Writing data to flash memory; a practical solution?

Hi Paul,

That is extremely likely. At this point, though, I'm just asking general questions to sketch out some pseudo-code before I actually start coding. Originally, I had the following definition:

long *Array [i][j];

And everything seemed to work fine for small arrays - e.g. with i = 2 and j = 2 or etc. Of course, in the actual application, I want i = 4 and j = 720, which is too big for the SRAM, of course.