MEMORY
{
............
swVersion org = 0x10000 len = 0x20
........
}
FORCEACTIVE { "SWVERSION"}
SECTIONS
{
......
GROUP :
{
.__swVersion LOAD(ADDR(swVersion)) : {}
} > swVersion
......
}
#pragma section sconst_type " .__swVersion"
__declspec(section ".boot_version") const char SWVERSION[16] = "0.0.0";
更多回帖