Other Parts Discussed in Thread: C2000WARE
The issue is still open for me: how I prevent to waste program memory with unuseful data that are in the library executable?
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.
The issue is still open for me: how I prevent to waste program memory with unuseful data that are in the library executable?
Hi,
Referrring to your previous post, were you able to recompile the driverlib with the selected modules and link it to your project?
The driverlib project is located at <C2000Ware>\driverlib\f2838x\driverlib\ccs. You can exclude the files/modules that are not needed and recompile this project.
You will have to use this recompiled library in your project,
Best Regards
Siddharth
Yes, the project compiles. This is very useful, thank you. I will remove the unused modules in the release.
Now in the binary file there are the paths of my installation. Why are they included? How can I avoid them?
I managed to remove any reference to my HDD disabling the DEBUG symbol and recompiling everything. I suppose they are related to the ASSERT macro.