Hello,
I'm using CCS 4 and a TMS320F28912. I have two projects in my workspace. one is the 'application', the other is the 'boot'. Both are built to occupy different areas of on-chip flash.
I've been experimenting to see if I can run the boot that shoulds then vector to the application. Trouble is, having loaded the application into flash, when vectoring to it in the boot code, the flash area is all 'FFFF' - probably erased through the action of loading the boot image.
I've tried referencing the application project in the boot project, which means that now, when building the boot, the application is also built, but I still get the same problem - if I load the boot image after the application image - it seems to get rid of the application image in flash. HELP!!
