Part Number: TMS320F28069M
Hi TI,
I am using Instaspin on the TMS320F28069M and I use the labs of the high voltage kit.
I made a mistake and connected the PWM GPIO-00 to EPWM1B, and GPIO-01 to EPWM1A. The rest I connected correctly.
In hal.c I added these lines to compensate for my mistake. (the action should go the other way around now?)
PWM_setActionQual_CntUp_CmpA_PwmA(obj->pwmHandle[0],PWM_ActionQual_Clear);
PWM_setActionQual_CntDown_CmpA_PwmA(obj->pwmHandle[0],PWM_ActionQual_Set);
After this change proj_lab01c runs fine.
After this I wanted to run proj_lab02a which will run the identification, but here problems arise. The ramp up stage of the identification in Instaspin does not seem to go smoothly. As this is openloop I'm quessing I maybe have to change more code. Or should I fix my problem in hardware and is this connection required? Or could the problem be somewhere else?
Thank you