Tool/software: TI C/C++ Compiler
Hi Team,
Our customer try to find a solution to dynamic load library at c6678 system.
They don't want to use OS.
If this is possible? And do you have any guide for this?
thanks!
BR,
Denny
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI C/C++ Compiler
Hi Team,
Our customer try to find a solution to dynamic load library at c6678 system.
They don't want to use OS.
If this is possible? And do you have any guide for this?
thanks!
BR,
Denny
Denny Yang99373 said:Maybe there some different library saved at flash not load into ram, customer hope load it and use it dynamically after the app running up.
It is possible to have a set of functions loaded at one address in flash, then copied into ram for execution. You don't need a dynamic library or OS. See this application note for an example. Note the package of code which accompanies this article is out-of-date in some respects. It presumes use of CCS 3.3. The compiler options it uses are no longer supported. But the C source, and linker command file, remain good examples to start with.
Thanks and regards,
-George