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: How can I adapt the Hvsensorless project to the tms1224 processor?

Other Parts Discussed in Thread: CONTROLSUITE, TMS570LS1224

Tool/software: Code Composer Studio

Hi ,
I want to run the HVACI_Sensorless project (for the F2803x processor) in the ControlSuite Program with the TMS570LS1224 processor.

First of all, I ran the project as described in the program and repaired the errors, but when I run the project for TMS570LS1224 I get many errors as a normally. (The screenshot of the error is below).

How can I adapt this project to Tms570ls1224. What should I do step by step? I find it difficult to find the source of the problem. For example, I use Debug as Configuration, but F2803x_FLASH is using for HVACI_Sensorless .is this my fault? I want to find the answer to such questions. I would be very glad if you could help me.
Thank you for your help.

  • Emre,

    TMS320F2803x contains a 28x CPU core.  TMS570LS1224 contains an ARM Cortex R4F CPU core.  These are completely differnet instruction set architectures.  You won't be able to take a project for F2803x and change it to be for TMS570LS1224.  The project for F2803x would be set to be for the 28x architecture.

    I am going to loop in the team that supports TMS570 to see if they have similar examples that could be used instead.

    Regards,

    John

  • Thank you JohnS.

    I'm waiting your advice about HVACI_Sensorless project for TMS570LS1224..

    Also,I have some questions.

    1) if I want to convert this project from F2803x to Tms570ls1224, how should I do this? So where should I make changes in the project?

    2) What is the difference between ARM Cortex R4F CPU core and 28x CPU core? 

    3) For example, I see errors when I add the DLOG4CHC.asm and DSP2803x_usDelay.asm files to the tms570ls1224 project. Is it because they have a different architectural structure?

    Have a good day..

  • Hello Emre,

    I noticed you posted this motor control question in another thread. I will close this thread. Thanks