Hello!I need to define in my C source code a flash area in determined address, with 24 bit const data .I have not problem with 16 bit data :const short __attribute__((space(prog),address(0x10000))) FABBRIC_CSL = { 0x5550,0x5551,0x5552,0x5553,0x5554,0x5555..
↧