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/TMS320F28335: Showing an error while building the LED project.

Part Number: TMS320F28335

Tool/software: Code Composer Studio

Hi 

This is gaurav sharma. I am working on TMS320C2000 experimental kit with F28335 Delfino family microcontroller card. I have executed a Flash LED code on the card with the help of code composer studio 6. According to the code , the third LED on the card started blinking.  Even after closing the CCS6, the third LED was still blinking. It lost the control from CCS6. When i run the same code again with same target configuration then it is showing an error which is mentioned below.

Error : The program generated is not compatible with any of the CPUs in your target configuration .

Could you please me tell me ,how can i restart my controller card and how can i erase the previous build project(LED blinking).

  • Hello,

    GAURAV SHARMA said:
    Even after closing the CCS6, the third LED was still blinking

    This behavior is common. When the code is in flash and CCS disconnects from the target, the target resumes execution

    GAURAV SHARMA said:
    Error : The program generated is not compatible with any of the CPUs in your target configuration .

    This error indicates some inconsistency between the active target configuration file and the program selected for debug. Carefully check both, make sure they are for the same target.

    Thanks

    ki