i cut the short-circuit line of J15 on DEVKIT-MOTORGD board so i can power the board and S32K144 board with an 24V adpter and driving a 24V PMSM. but i got UDC-HI error with below settings,how to set the voltage limitation for MCAD.
#define I_MAX (31.25F)
#define U_DCB_MAX (45.0F)
#define N_MAX (3500.0F)
#define WEL_MAX (1099.56F)
#define E_MAX (36.0F)
//Application Fault Triggers
//----------------------------------------------------------------------
#define U_DCB_TRIP (40.0F)
#define U_DCB_UNDER (16.0F)
#define U_DCB_OVER (30.0F)
#define I_PH_OVER (5.0F)
#define TEMP_OVER (110.0F)
