Other Parts Discussed in Thread: MSP430FR4133
Tool/software: Code Composer Studio
Hi,
The application I am writing uses a custom linker command file that moves the reset and interrupt vector to 0xD7E0 since I have a custom bootloader that will occupy the bottom of flash. When I attempt to debug my application it cannot find the main symbol. It appears to jump to 0xFFFE for the reset vector by default and I cannot find how to change this. How can I tell the debugger to jump to my custom reset vector (which resides at 0xD7FE)? Note that I'm using CCS v5.5.
Thanks,
Dan Closson