Part Number: TMS320F28069F
Other Parts Discussed in Thread: C2000WARE
Hello,
For my project I want to store two programs into two separate FLASH locations. One of those programs will be a Bootloader and the other one would be Operational code. In my Bootloader I want to be able to jump into my Operational code.
This is what I've tried so far: I've programmed a blinky application into FLASH_C (0x3EC000). I then try to debug my bootloader application in CCS (without erasing FLASH_C). The bootloader code calls to a pointer function address equal to the FLASH_C sector address, but my bootloader application simply stops executing and nothing happens.
I'm relatively new to Bootloaders, so any resources you could recommend or if you could provide source code examples, that would be much appreciated!
This is my Bootloader application code:
The command file is taken from c2000 library (F28069.cmd)