I'm using the code from SLAA600 as a basis for adding some self test code to the BSL in the MSP430G2553. I understand (mostly) what the associated .xcl file (lnk_msp430G2553_UART_1KB_Boot.xcl) is doing except that I don't see where a value is being assigned to FLASH_RESET_VECTOR, either in the .xcl file or in the associated code. How would I force the address of my code into this vector? Thanks.
Lee