Tool/software: Code Composer Studio
Dear expert.
I want to copy all data from Flash to RAM and use it.
I used the Flash_programming example.
I have also referenced the document below, but an error occurs.
www.ti.com/.../spraau8a.pdf
I modified my code as follows:
1.Add DSP28xxx_SectionCopy_nonBIOS.asm file
2. Modify F2837xD_CodeStartBranch.asm to use SectionCopy
3. In F2837xD_SysCtrl.c #pragma CODE_SECTION (InitFlash, ".TI.ramfunc"); Annotation
4. Comment out .sect ".TI.ramfunc" and .sect "ramfuncs" in F2837xD_usDelay.asm
By the way, I don't know how to modify the Command file.
How do I modify the Command file so it works?
please refer to my files