Part Number: TMS320F28388D
Other Parts Discussed in Thread: MOTORWARE
Hello,
In order to mitigate my project from a RAM one to a FLASH one, I executed the following steps:
- Define _FLASH in the predifined symbols so the "Device_init" function copies time critical functions from FLASH to RAM
- Replace the linker file by "2838x_FLASH_lnk_cpu1.cmd"
- Specify memory section ".TI.ramfunc" for time critical functions
When I upload the code in the control card and start the code, everything goes well.
However if I turn the card off, and then back on, the program doesn't execute.
Do you have an idea of why ? I tried following the documentation about changin from a RAM project to a FLASH project but the doc seemed a bit outdated.
Thanks in advance
Natan
