Content originally posted in LPCWare by dirtyBits on Sun Sep 11 05:36:43 MST 2011 How to store data in [B]Program memory[/B] as [B]Read Only[/B]? I have an array(look-up table) of 6144 x 8 bits of data, that need to be read during program.
unsigned char Array[24][256]
I'm using LPCXpresso with LPC1114. Is there anything in LPCXpresso which is like [B]PROGMEM[/B] for Arduino? :confused: