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
Dear TI and comunity
I am researcher in University of Ulsan Korea. now I have a very big problem with CCS 7.0 or 6.2
I am using TMS 28377D and try to program in flash for that ( Use only 1 core - CPU 1 )
The thing is when I choose a program in flash with higher complier 16 or 6.4 with 2837x . When build its alway have a problem # 10263
Please note# that I take from control suite Example project but still have problem
Even if I use Ram . Its have a same problem .
And one more thing , If you start an Example for the first time - so the device is general C28xxx. In this case, U build very fast and no problem. the problem happen whenever u choose ram flash or CPU
I tried in 3 computer and still have problem . I will show u youtube
# if First time example ( when general C28xxx) u can program inI program to Ram and my DSP board work OK but if I program in flash I can Debug but stop at ETOP0
Does any one have Project example ( just PWM and interupt with blink led ) in flash please show me . Thank u so much . I have upload the video . I think Its a
<iframe width="560" height="315" src="www.youtube.com/.../ewmg1s3PDGY" frameborder="0" allowfullscreen></iframe>
Hi,
You have a sequence of errors very similar to what is shown in the forum thread below:
https://e2e.ti.com/support/microcontrollers/c2000/f/171/t/356195
I see you have a single CMD file in your project tree that is added when you change your device. However, the way the controlSUITE projects are created usually references one or more global linker CMD files that are specified in the Linker options as shown below:
Therefore you should have a successful build if you remove the CMD files from your project tree.
Hope this helps,
Rafael
Dear Mr desouza
THank u so much for your fast reply.My lab Power electronic ( inpel.ulsan.ac.kr) usually use 28335 for Long time. now I want to upgrated. I design a new board using 28377D .
I've already try your way but its not working ( i tried CCS 6.2 and 7 ) same problem . Please help
my CCS 6.2. I have attach video if aything should be clarify please tell me
Brief :
1) first build OK ( generic C28xxx)
2) after config -> problem
3) delete two CMD -> warning ????
<iframe width="560" height="315" src="www.youtube.com/.../k1z3Sj-J3iM" frameborder="0" allowfullscreen></iframe>
https://youtu.be/k1z3Sj-J3iM
Thank u so much
Dear Mr Rafael
I am so happy when you reply me very soon . My lab (inpel.ulsan.ac.kr) use 28335 for long time and now I want to upgrated the new board
I have try yopur way but it have warning ( not error) ??? I use CCS 6.2 and 7.0 still have
Brief
1) first build (C28xxx ok)
2) change config ( to flash or ram ) -> problem
3) delete 2 CMD -> no error but many warning
<iframe width="560" height="315" src="www.youtube.com/.../k1z3Sj-J3iM" frameborder="0" allowfullscreen></iframe>
Hi,
You are still leaving a linker CMD file in your project. Please check the short clip below:
One detail: you may notice that I changed the compiler to use an older one (15.12.3 LTS) to workaround an issue with the CAN files of the controlsuite project. Another workaround is to remove references as mentioned in the post below:
https://e2e.ti.com/support/microcontrollers/c2000/f/171/p/562853/2061721#2061721