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.

TMS320F2800137: F2800137 AND HALL sensors based FOC not supported, why?

Part Number: TMS320F2800137

Tool/software:

When looking through the universal motorcontrol lab for the f2800137 device, i saw this:

#if defined(MOTOR1_HALL) && defined(_F280013x)
#error HALL sensors based FOC is not supported on this device
#endif  // MOTOR1_HALL & _F280013x

Why is this?

A little bit of context: I would like to configure my LAUNCHXL_F2800137 and BOOSTXL_DRV8323RS to run on HALL sensors FOC control at startup (to start from standstill) and switch to sensorless FOC control at higher speeds (motor speed to switch is to be determined).