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/TMS570LS0432: Bootloader project configuration

Part Number: TMS570LS0432

Tool/software: Code Composer Studio

hi ,

I would like to have some guidance on how to set up the below link on my Processor, I am new to CCS and TMS570 and would like some guidance on how to setup on CCS8 and get compiler build successful.  An Instruction on how to setup the project would be much appreciated , thanks

http://processors.wiki.ti.com/index.php/TMS570_Hercules_MCU_Bootloader

  • Hello,
    You can copy extracted files and folders from *.zip file to where ccs8 stored the projects by default (if you install ccs8 with it's defaults, path should be c:\Users\YOUR_NAME\workspace_v8\). After copying everything from zip, then you can import project needed in CCS (File --> Import). Select CCS Projects and click 'Next' button. After that browse to project needed. After importing it you shold select your debug tool from Project-->Properties. Select General from the left and on the right you can change debug tool and compiler version. Some include paths must be included under the 'Build-->ARM Compiler-->Include Optins' .
    You can find more info here: dev.ti.com/.../

    Best regards,
    Miro
  • hi miro,
    there are some issue with the sample code, i tried what you told me some of the driectory structure is hardcoded. please try compiling it yourself and let me know if you are successful...
  • Hi,
    Did you succeed with compiling?

    Best regards,
    Miro