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.

C2000WARE-MOTORCONTROL-SDK: dual_axis_servo_drive_fcl_qep_f2837x

Part Number: C2000WARE-MOTORCONTROL-SDK
Other Parts Discussed in Thread: LVSERVOMTR

I test the CCS project:dual_axis_servo_drive_fcl_qep_f2837x,and  select level 3 incremental build option by setting the BUILDLEVEL to FCL_LEVEL3 (#define BUILDLEVEL FCL_LEVEL3).

When I debug this project,the project can stop at M1_FCL_POSITION_CURRENT_CLARKE_MACRO(); when I set a breakpoint as follows:


But I cannot STEP INTO this function or set a breakpoint in this function.

So whether this function run or not? and if there is a configuration I did wrong?