Other Parts Discussed in Thread: C2000WARE
Tool/software:
I have very little code, and I want the program stored in Flash and re-run with power off to have exactly the same performance as it does in RAM emulation mode.
TMS320F28P650SK I used the same method as 28335, DSP2833x_CodeStartBranch_Flash.asm and DSP28xxx_SectionCopy_nonBIOS.asm move all code and variables from Flash to RAM before c_c_int00, which works on 28335 without any problems. But on the 28p65, this method fails, which seems to be related to the 28p65's use of eabi. Or is it something else? How do I achieve this?