Part Number:TMS320F28335
Tool/software: TI C/C++ Compiler
Hello everyone,
I just inherited a project for the TMS320F28335.
The project is supposed to be a custom kernel to program Flash of the DSP over SCI.
The people who worked on the project always flashed the custom kernel via JTAG and afterwards send the "real" programm over SCI, that wokred quite well.
But if the developement phase will be over some day the users of the kernel won't have access to the JTAG port and can only programm via the SCI-Interface.
So the kernel must only operate on the DSPs RAM.
Here is my question,
can I somehow get information about which code parts are stored in RAM and which will be stored in the Flash so I can move the kernel step by step from flash into RAM.
Is it possible to generate a warning, Error or something else that shows that the project will be using flash memory.
Regards,
Marcel Kummer.