Other Parts Discussed in Thread: MSP430F6779, SYSBIOS
Hi All
We are using an MSP430F6779 with TI-RTOS. We want to load a Bootloader into the first sector of internal flash and have the application at 0x2C000 and into the other 3 sectors. We are using CCS as well.
The problem is that we are using the TI-RTOS and we need to edit the reset vector in here to move it to our 0x2C000 address.
Is there a way to edit the configuration file to jump to this location instead.
We also have a product using TI-RTOS for a TM4C device, and you can easily relocate the application. We want to know if there is similar easy way for our MSP430 device.
Thanks.