Part Number: LAUNCHXL-F280049C
Tool/software: Code Composer Studio
Hi,
I am trying lab1 of C2000Ware_MotorControl_SDK_2_00_00_00 with the LAUNCHXL-F280049C. (no drv8320 inverter)
Building and loading (both RAM and FLASH config) the project work fine.
I have problem when I try to debug the code setting breakpoints and using stepover. What I see from the debugger is no sequential processing of the code. To be clear when i press step over i dont' reach the next line of is01_intro_hal.c.
However when I resume the code the green led blink as expected. Some variables like motorVars.pwmISRCount are also updated as expected.
Am I missing something?