#define FLASH _Pragma("location=\"FLASH\"")
FLASH const sensor_t sr1 @ 0x2400 = {0,17,10,0,-1,-1,-1,0,0,9000};
FLASH const sensor_t sr2 @ 0x2420 = {1,17,11,0,-1,-1,-1,0,9000,0};
I use R8C/27 32k Version so the Flash memory is @ 0x2400 -> 0x2BFF total 2KByte
Comments