I can set a variable in the ROM area as following: #define END_CODE_SIZE 0x3FFF char code CRCbyte _at_ END_CODE_SIZE How do I set its value to says 0xAA? I can do this: char code CRCbyte = 0xAA; Then The variable is not allocated to the END_OF_CODE. Thanks for reading this. HN
Don't worry, Keil are well aware that a lot of people want this facility. They don't seem keen to implement it though. This subject has come up time and again on this forum. Stefan