2008-02-21 05:07 AM
Storing variable in flash location using Cosmic Compiler
2008-02-19 09:44 PM
Hi,
Does anybody know how to store a variable at a fixed flash location using the Cosmic compiler. I've tried using the following which does not seem to work. volatile const u16 Checksum_Calc @0xE011;2008-02-20 08:45 PM
2008-02-21 05:07 AM
Thanks for replying.
I assign a number to Checksum_Calc in my application and build it. When I look at the hex file the checksum does not seem to be in the location I specify.