Part Number: MSP430FR5994
Tool/software: TI C/C++ Compiler
Hi all,
In TI compiler, is it possible to get the starting addresses and ending addresses of .bss and .data sections in order to use inside the program?
It's like in GNU compiler, we can declare in linker file:
PROVIDE (__data_low = .);
Then, we can use __data_low in our program.
Thanks,
Chris Nguyen