STEVAL-PTOOL1V1 board is going to TSK_HardwareFaultTask()
- June 28, 2023
- 1 reply
- 1481 views
I have a problem with STEVAL-PTOOL1V1 (for sensorless use added needed components)
The project was built with:
The board description from https://community.st.com/t5/motor-control-mcu/dear-st-i-need-to-find-the-download-quot-motorcontrol-workbench/m-p/118999
MC Workbench 6.1.2
Motor data from the datasheet (4 pole, 32V, 3.6A etc)
Power supply 32V, 4.3A
STM32CubeMX 6.8.1
STM32CubeIDE 1.12.1
Testing with Motor Pilot (6-step algorithm)
Board connection OK
With the default project settings, the motor makes half a revolution and stops with an Over Current error. The power supply is not overloaded.
With the rev-up with halved Pulse values in Phases Configuration, the motor makes the same half a revolution, and the program stops in TSK_HardwareFaultTask();
What could be the problem?

