I am developing an application that may require a lot of storage and i'm afraid that my microcontroller won't be able to hold it all.
I'm using an ATmega328p for the microcontroller and i'm curious as to what I would do if I wanted to reference parts of the sketch that are on a different chip. Like keep the algorithm on the ATmega, but have the actual hard-coded variables and such on a different chip.