2025-03-10 11:27 PM
i generated the code using the workbench for stm32h755ziq and the motor driver ihm07m1 with a 12v bldc motor...and i have called the api's for motor start as well in the main code ...but after downloading it into nucleo..i cant see any pwm signals on the respective pins of nucleo ...?(assume me i'm completely new to this thing)
2025-03-26 9:37 AM
Hello @hyden_a_mist,
If generation ends with main.c file generation, proceed with generated project. If a blocking generation issue occurred, you will have a compile error.
Could you use the following settings for generation: STM32CubeMX=6.14.0 (to avoid ADC setting issue) and "Firmware Package Version"="STM32 FW V1.11.2"?
2025-03-27 2:56 AM
1 . This is my setup(ATTACHED BELOW) and you can see the SB80 ,84 got removed . Is there anything I'm missing out...? Haven't changed anything else .
2 . AGAIN THE VBUS ERROR POPS UP :
WITH 12 V SUPPLY ON J1 :
CASE 1 :
# WITHOUT NUCLEO CONNECTED :
0.6 V IS MEASURED ACROSS C7_30(PA1 IN NUCLEO) IN IHM07 .
CASE 2 :
# WITH NUCLEO CONNECTED :
1.56 V IS MEASURED ACROSS C7_30(PA1 IN NUCLEO) IN IHM07 .
IS THAT CREATING THE PROBLEM..?
2025-03-28 2:36 AM
Hello @hyden_a_mist,
You are right, C7_30 at 0.6V should remain with or without NUCLEO board connected.
Second point, the red LED is not supposed to be switched on as PB14 is not used on our motor control use case.
Could you check PB14 and PA1 level on NUCLEO board without Power board connected?
Could you try with another NUCLEO board?
2025-03-28 3:37 AM - edited 2025-03-28 3:39 AM
2025-03-28 11:59 PM