Storing data in Flash (Program) memory
Hello,
I need to store two tables of data (32KB each) in the program memory.
These data will be read by the program when running.
I have found the way to store the data in EEPROM but not in the program memory.
Any help greatly appreciated.
The target is a 18F2685
MikeBZH
Re: Storing data in Flash (Program) memory
Hi darrel , having a read of this thread , what is as the size limits and format requirements are for the asm file include
, I need to have about 2K of byte data for banner and font data
i have table of data , which are 240 bytes long with 64 lines per , taking up about 2k per banner
regards
Sheldon
Re: Storing data in Flash (Program) memory
PBP3 increased the ASM block size from 4K to 64K of text.
So this thread doesn't really apply when it comes to how much code you can put in an ASM block.
The only real limitation now is how much code space is available in your chip.