S12ZVML EVB motor stall running MTRCKTSBNZVM128_SW_Hall.exe

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S12ZVML EVB motor stall running MTRCKTSBNZVM128_SW_Hall.exe

577 Views
ScottKerstein
Contributor III

Hello,

 

The S12ZVMLEVB is running the MTRCKTSBNZVM128_SW_Hall.exe demo application and always gets a motor stall fault when the motor is set to Run by the EVB button or using FreeMaster following EVB power up.  Then, if the EVB reset button is pressed, the fault is cleared and the motor will run okay using the EVB button or by FreeMaster control.

 

However, if the EVB is powered down, followed by another power up, the fault comes back.


With the attached schematic, pots were adjusted and jumpers settings were checked.

 

Sorry for limited details, but wanted to know if something was missed.

 

159600_159600.JPGIMG_0549.JPG

 

Thanks, in advance.

Scott

Labels (1)
0 Kudos
1 Reply

403 Views
RadekS
NXP Employee
NXP Employee

Hi Scott,

Could you please check MCU part number and maskset on top of MCU?

Please check also which error flag is set (I suppose that it will be one of the flags from GDUF register).

Described behavior may fit GLVLSF flag - GDU Low VLS Supply Flag. If it is the correct flag, you may add clearing loop somewhere into one of initialization routines. For example:

// Wait for stable supply after power up

while (GDUF_GLVLSF)

  GDUF_GLVLSF = 1;

I hope it helps you.

Have a great day,
Radek

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos