Other Parts Discussed in Thread: C2000WARE
Tool/software:
I define the function, which calls the library functions, to be stored before start in the FLASH and copy during start of the program to RAM.
- *the function itself is copied to the RAM and the PC goes to the memory address in RAM.
- But when I call for example the function Fapi_initializeAPI(...) in this function the program goes on in the FLASH address range.
how can I define the library functions in such a way that they are also copied to the RAM during startup of the program?
Thanks