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: Code Composer Studio
Hello
I try to understand this module.
Then, my first question after read documentation is:
Quickstart guide indicate how create a project using the CLB tool. The method is to import an existing project from the C2000ware (Empty project or simple exemple)
But now, I want from my current projet (which have not clb) add the functionnality to use the CLB block.
How can I add CLB tool into existing project which have not yet?
Thank
Already thought about this! :)
Check out the CLB Tool User guide http://www.ti.com/lit/ug/spruir8/spruir8.pdf section named "Enabling CLB Tool In Existing DriverLib Projects"
That will do it!
Nima Eskandari
Hello
I have a secondary question:
Can we desactivate the simulation? Because after the CLB runing OK, this step take sometime on the build step.
Can we and how desactivate only the simulation step into the build?
Is only need remove in POst-Buld step the step a, b, c, d in chapter 6.5 of the SPRUIR8?
Keep step "e" or not?
Yessir. You just have to take out the post build steps. Keeping the last one which calls NODE, will keep generating your HTML block diagram. That one is very fast and I would recommend keeping it just to have a diagram to look at.