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.

CCS/TMS320F28377D: Trying example codes

Part Number: TMS320F28377D
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

Hi

I am new about ti microcontrollers

I want to try some example codes under C2000ware folder.

For example "C:\ti\c2000\C2000Ware_1_00_00_00\device_support\f2837xd\examples\cpu1\blinky\cpu01"  I can build it succesfully. But I want to load code on my F28377D experiment kit. I have a Blackhawk

usb2000  programmer, to use it I am clicking right to project -> properties under general tab I am choosing TMS320F28F377D as variant and Blackhawk usb2000 controller as connection and clicking "OK"

button after this step build process gives 60 errors in "2837xD_RAM_lnk_cpu1.cmd" file error descriptions are only numbers like #10264  

What is the solution?

Best regards

  • If you changed the device in the project properties I suspect that you now have multiple linker command files (.cmd) in your project. The one that originally came with the example and now the default one for the device.

    If I create a new projet for F28377D I get a 28x37x_FLASH_lnk_cpu1.cmd in my project. Do you see this file in addition to the RAM one? If so right click on it and select Resource Configurations -> Exclude from build.

    Regards,
    John
  • Problem is solved 

    Thank you.