Hello,
I have a question regarding the use of the CODE_SECTION pragma.
Specifically once you set-up a CODE_SECTION is there a way to access the start and end address of the section within your C source file?
The linker seems to make some nice symbols for the .text section automatically. These are __text__ and __etext__, which are the start and end addresses for the text section. But does nothing for user defined sections.
Anyone have some ideas?
Thanks and best regards,
David.