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: CCS Version 6.1

Tool/software: Code Composer Studio

Hi,

                We are trying to modify our old program. Our old Program code compose studio is ccs 4.0 and compiler version TI V3.2.1. Now we are using ccs6.1 version so that when we are going to modify any old project in ccs6 it is compiled with no error. But when we program hex file in Controller, It could not work. Sometime same problem I faced in ccs4.0 version also.

Can you tell me the reason behind this ? and please suggest me any change required.

Regards

Atul Bhakay

  • Atul Bhakay said:
    Can you tell me the reason behind this ?

    There isn't a single, straightforward answer for this. The "program does not work" is a pretty broad statement so it is difficult to make suggestions without more details.

    Does the program work when run directly from CCS? If so, it could point to something in the hex conversion process that is causing the hex programmed file to not work. I would suggest a more step-by-step approach to debug this. Some approaches to try - try to narrow down where/when the program does not work, check and validate the source code to ensure there are no programming errors, try running it directly with CCS instead of converting to hex.