Hey,
I migrated my project from CCS3.3 to 5.1. I could build and everything seems fine.
I can debug on my F283335 and F2812 DSPs.
However there is a strange behavior I do not understand that really is important.
I can load the program into rom and when I start my application hangs after the boot loader.
I investigated the map file and find out that the following differences but don't know if it matters or not
CCS3.3: Debug mode: entry point 0x0..64 Release mode: entry point 0x0..64
CCS5.1: Debug mode: entry point 0x0..65 Release mode: entry point 0x0..65
It seems after the boot loader the program jumps to a memory it is not supposed to. If this is the
case why is the debug possible?
I really don't understand this problem and would request for your help.
Thanks,
Keli