Question
How to put a const array at 0x600 address
Posted on October 25, 2017 at 05:21
I want to put the boot_loader_version of 'const unsigned char boot_loader_version[3]={1,0,0};' at 0x600 of code flash, so the application can read it. How could I do it?
