Tool/software: Code Composer Studio
Hi,
where can I find the programmer.out sources?
Thanks a lot
Paolo
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
Hi,
where can I find the programmer.out sources?
Thanks a lot
Paolo
Hi,
We have included the programmer project (suitable for C5505/15/17/35/45 and variants) in the Chip Support Library: http://www.ti.com/tool/sprc133 (Download C55XCSL-LOWPOWER)
Find it under... <path>\c55_csl_3.08\ccs_v6.x_examples\programmer
When building the project, in csl_general.h make sure to comment //#define CHIP_C5517 so that #define CHIP_C5505_C5515 is selected.
These #defines get used in the programmer to customize it for each EVM.
Regards,
Mark
Hi, there is no file csl_general.h.
The defines you mention are in programmer.c, but there is not CHIP_C5505_C5515.
Furthermore, in order to compile the project I need XDAIS 1.0. How can I install it?
Thanks a lot,
Paolo