Part Number: TMS320F28379D
Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Tool/software:
Hello,
I use the F021_API for writing data in the Flash memory.
The user function I created has to be written and executed in the RAM.

I expected that to place copy table in BINIT section would be enough to copy this function from FLASH to RAM, since c_int00 calls __TI_auto_init, which calls copy_in


That's what someone in this forum explained to me, concerning the CLA.
But, trying to compile my function, the linker asks me for the symbol RamfuncsLoadStart, ....
Why the BINT table is not enough?
Also, If I ask to SysConfig to make cmd file generates this Symbol, I see that the generated symbols are not the right ones:

So, I have to ask for the right symbols on my own:

Why Does SysConfig not generate the right Symbols ?
Thank you for your help.
Vincent












