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.

TMS320F280049C-Q1: Does the oneOverDcBus_min_invV para. matter in motorControlSDK

Part Number: TMS320F280049C-Q1

Hi

There are two definitions in user.c file,for oneOverDcBus para.

    pUserParams->oneOverDcBus_min_invV = (float32_t)1.0 / (float32_t)400.0;
    pUserParams->oneOverDcBus_max_invV = (float32_t)1.0 / (float32_t)10.0;

Does it matter in motor control situation?

If I want to use in more than 400V situation, should I change the pUserParams->oneOverDcBus_min_invV value?

Regards

Arrow