Tool/software: Code Composer Studio
Now,The way to update the program is create a boot project, and an APP project, jump from the boot project to the APP project,use ((void (*)(void))0xE000)(); is run very well.
But the boot project needs to use FEE, APP project also need to use FEE, so the amount of code is very large,
What can be used to merge the boot project and the APP project into one project?