Hi all,
I am developing a bootloader on the F28377D device which will read in a binary file from a USB. I am able to read in the data from the USB and write it to Flash, but when I try to branch to the start of the application code I get an error that says that no source is available for the at 0x080000, which is the begin address specified in my application code linker file.
Every section of my application code is defined to be within Flash sector A.
Flash A in my bootloader project has a start address of 0x080000
The bootloader is put into Flash sectors K to N.
The bootloader is using the interrupts for the USB to read out the data. Before branching to the application code the interrupts are disabled.
However once the program branches, the application code doesnt run.
Any help on resolving this issue would be appreciated.
Regards,
Anish