Hello,
I'm using CCS 5.3 to program MSP430F5528.
Changing linker file I select area in memory where my code is programmed through jtag
e.g FLASH : origin = 0x5400, length = 0xAB80
will program my code starting at address 0x5400.
I'm trying to find out how to program the same code in the extended flash address above 64k. Any suggestions/help will be highly appreciated.