In Keil MDK-ARM. I can not get the address by the section name in my c code. Although www.keil.com/.../armlink_pge1362065958198.htm give some explanation, but when I following this method, the compiler will occur error. So how can I get the address by section name that in scatter file?
If the section name is ABCD. In my c code text.c ... uint32_t sectionStartAddress = ABCD$$Base; ... but compile will occur error!
Please give me some example code for how to get address of section name.
Thanks~