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.

Porting from Code Composer studio from 3.1version to 4.0version



Hi Everyone,

I am created the Code in CCS3.1V in this version all are working fine, but when I ported this code from CCS3.1Version to CCS4 version .out file was creating but when I load it into hardware I am getting some error.

Please help me how to go single stepwise in the simulator in the debug mode.

Waiting for your earlier response.

 

Thanks & Regards,

Prashant

  • Hi Prashant,

    What error do you get? Did you import the project using the 'Import Legacy CCSv3.3 Project' utility under Projects menu? Please make sure you have set up the correct target configuration and take a closer look at the linker command file to make sure you are not loading code or data to a memory section that is not actually present in hardware. You can use single stepping in simulator as you would on an actual target. InCCSv4, you can use the F5 or F6 function keys to do this.

     

    Regards,

    Sunil Kamath