Hello,
This is the situation, I'm able to compile and debug successfully my code but when I perform a CPU Reset I can't boot again " the program jumps to a different address where main address is located". I Know this has to be regarding with the Linker file ".cmd" I try different ".cmd file" still doing the same. So, now I know that I have to modify my ".cmd".
Can someone help me to boot from flash?
Note:
CCSv5.3
C2000 LaunchPad - C28027
Here Are some Pics of my project configuration:
Linker search path:
Is this important? how do I modify OPT KEY & OTP BMODE?
Finally, what for these 2 code lines?
memcpy(&RamfuncsRunStart, &RamfuncsLoadStart, &RamfuncsLoadEnd - &RamfuncsLoadStart);
InitFlash();
Thanks in advance.
Regards.
Juan.