Tool/software: Code Composer Studio
Hello,
I have some questions.
1) I want to adapt the HVACI_Sensorless (for F2803x) project for the TMS570LS1224 processor. First of all I ran the project for F2803x and I want to start the conversion for TMS570LS1224 from the last part (Space Vector and PWM block). Below is a screenshot of the blocks.(1.Screen view). How should I proceed for this? I think the register assignments for the project F2803x processor have changed. Where are Epwm and other register assignments done in the HVACI_Sensorless project?For example, where is PWM1 A/B in the HVACI_Sensorless project? and where should I make changes for TMS5701224.
2)
I am adding libraries one by one to adapt this project for TMS570LS1224. First of all, I added the libraries used in the last block. (SVGEN, F2803x.pwm, IQmathLib etc.). But when I run the project, I get the following errors. For example, _iq and Uint16 are not defined. The screenshots is below.(2-3-4.Screen views)
* gmake: Target 'all' not remade because of errors.
* gmake: *** [main.obj] Error 1
* # 20 identifier "Uint16" is undefined
* # 20 identifier "_iq" is undefined
* # 20 identifier "EQep1Regs" is undefined
* # 20 identifier "EPwm7Regs" is undefined
* # 20 identifier "ECap1Regs" is undefined
CAN YOU HELP ME QUICKLY WITH THIS?
Thank you for your help.
Have a Good Day..
1.Screen view
2.Screen view
3.Screen view (in HVACI_Sensorless) - it is normal color.
4.Screen view (for Tms570ls1224) it is not normal color. So it is undefined.