for a display application I need to store a lot of bitmaps, actually bytes.
I use a PIC18F452 which has 32KB of ROM and I think I'll take 16K for the program and 16K for data.
OK, I know I can use #ORG to reserve space and read_program_eeprom() to get data from the ROM but how can I put the data there. I don't need variable names or array structure or something, just a lot of bytes all after another in the ROM.
Is that possible? Do I have to care for different memory banks?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum