Other Parts Discussed in Thread: MSP430F5505, MSP430F5507
Hi,
I have two mcus F5505 (16KB) and F5507 (32KB), I want my firmware to be compatible with both mcu. How could I make it to work without re-compiling the code in CCS 6.1?
Should I modify the lnk_msp430f5505/7? And which part should I modify? What other files needed changes for this to work?
My code has specific
SECTIONS
{
...
.run_from_ram : load = FLASH_MEM, run = RAM_MEM
...
}
which exist only in lnk_msp430f5507.
Thanks