Other Parts Discussed in Thread: CONTROLSUITE
Hi.
I write the C2000 project, running on TMS320F2837xD. The project was developed from blinky_cpu1 example. I run the program via JTAG from RAM, measure duration of calculations and then change configuration to FLASH, because the application finally will be run from FLASH. The duration takes much more time (6-8 times more!) I looked for the information how to load to FLASH and run from RAM and was confused. I have several questions:
1. Can I change the project to the DSP/BIOS configuration? May be it will be the easiest way to solve the problem?
2. In order to copy functions to the section "ramfuncs" what exactly should I do? In the linker command file or/and in the code. I use 2837xD_FLASH_lnk_cpu1.cmd file. My code is written in C/C++.
3. If functions call other functions, all of them should be moved to RAM or linker will do it automatically?
4. I need examples which matching to my microcontroller TMS320F2837xD.
Thanks.