2020-07-08 02:53 AM
2020-07-10 07:52 AM
Hi @RDa F.1 welcome to ST Community.
I think your problem could be related to a bug we found in the previous code version.
You can download the new revision of STSW-ROBOT-1 and check if the problem is solved.
Let me know if it is ok.
2020-07-10 07:52 AM
Hi @RDa F.1 welcome to ST Community.
I think your problem could be related to a bug we found in the previous code version.
You can download the new revision of STSW-ROBOT-1 and check if the problem is solved.
Let me know if it is ok.
2020-07-10 08:21 AM
2020-07-10 09:02 AM
Hi @RDa F.1 the know bug is in the pre-loaded firmware.
The STSW-ROBOT-1 is the firmware example of the EVALKIT-ROBOT-1 evaluation kit.
The main.c code was modified to solve the initialization procedure.
You can update the firmware using a SWD programmer/debugger supporting the STM32F0 family, like the STLINK-V3 from STMicroelectronics.
2020-07-14 03:51 AM
2020-07-15 12:00 AM
Hi,
I can suggest a workaround to solve this FW issue of initialization procedure.
Try to power-up the board and after RESET the device.
Please let me know if you are able to use the kit for your evaluations.
2020-11-19 09:22 AM
Cristiana,
I am having the same issue.
The red LED blinks meaning the system gets into fault mode as in line 135 of code: if (MC_GetOccurredFaultsMotor1() != 0)
Thank you in advance
------------------------------------------
EDIT: Problem Solved. I was having issues with the power supply. Once I fixed it and provided the motor with at least 30V power was asserted and the system ran well.