2009-05-22 02:23 AM
Get section size from linker file (IAR 5.11)
2011-05-17 04:12 AM
Hello,
I need to read the section size from the linker file. I defined many sections there. I would like to have a #define for each section size. For example, I defined in the ICF file the REGION A : from 0x800C800 to 0x800D7FF I'd like to have in the source code a #define REGION_A_SIZE = 0x800D7FF - 0x800C800 + 1 I don't know if we can do it. Regards