Tool/software:
Hello,
I know how to generate linker symbols for SECTIONS. However, is there a way to generate linker symbols for MEMORY please?
For example, can I refer to the ORIGIN (0x70080000) and LENGTH (0x40000) of OCRAM in my code at link time:

Thank you.