Hi,
I would like to use symbols defined in a linker .cmd file in my code.
I know pragma directives for getting memory section start addresses but is there a way of getting their size?
Basically what I'd like to do is to define a section with a startAddress and a size in a command file and use them in my source code.
I know how to deal with startAddress ( pragma SECTION directive), but not with it's associated size.
Thanks
Bruno