Tool/software: TI C/C++ Compiler
Hi,
In some linkers there is the command: REGION_ALIAS and with it i can give the SAME memory region several names (the name defined under the memory region and i can than add alias names to it).
Is there something similar for TI linkers (TDA3XX Cortex M4 arm and DSPs)?
I have seen there is the ALIAS keyword but from what i understand it is used to make the linker know that DIFFERENT memory regions physically point to the same place.
I tried using this ALIAS command and used the same memory region to both names under the alias. it seemed to be working but i wanted to ask if i am not doing something that should not actually be done and may cause problem which i have not yet encountered?
Thanks