Is there a User's Guide for CCS MSP430 linker?
I'm relocating an executable image from high Flash (20-bit address) to RAM for execution. I found a RAM execution example, but it defines the Flash and RAM addresses in the C-source. I much prefer to reference the linker, since that's what ultimately determines memory placement. I just need the starting addresses of the output sections...
Thank you,
-neil