Part Number: TMS320F280048
Hello,
I have been running my code from flash and am looking to speed up the execution time by running it out of RAM. I read through and followed the instructions mentioned in this app note: http://www.ti.com/lit/an/spraau8a/spraau8a.pdf
I modified my linker command file and the codestartbranch.asm files and modified and used the DSP28xxx_SectionCopy_nonBIOS.asm file from the app note for copying the compiler sections from Flash to RAM at startup. The code compiles and am able to flash but after flashing it the code gets stuck at address 0x3fbd92 with the following message:
Break at address "0x3fbd92" with no debug information available, or outside of program code.
Below is a screenshot of the debug window. I am not sure what or where the issue might be.
Also I have attached the linker command file, the modified codestartbranch.asm and DSP28xxx_SectionCopy_nonBIOS.asm files.