Other Parts Discussed in Thread: C2000WARE
Hello, Experts
I'm trying to migrate a CM application configured to run directly from on-chip flash to a RAM-based linker configuration.
In other words, I'd like to load the whole program including .text, .bss, and .data from on-chip flash to RAM and then execute from RAM.
I'd thought that simply modifying to execute all the funtions and data in the RAM section such as .TI.ramfunc would suffice, but it did't actuaaly work as exepected.
Please give me some guides about loading the program from flash to RAM and execute from it.
Thanks.