User Activity

hello, Now I am using VSCode with STM32 extension V2.1.0, at beginning is used well. but 1 days later, when I opened the VScode and try to build my code. it shows "Unhandled exception: Unhandled Promise rejection: build Error: Build failed: Unable to...
Hello, I am now try to do a BLDC motor driver with STM32G474. I used the tim1 to get the 3 channel PWM and PWMN to drive the 3 full bridge with 6 step solution. the problem is, I referred someone's code. the code is like below: // Bridge FETs for Mo...
Hello,Now I am working on a project for motor control, the MCU is STM32G474VET6, so I started with STM32CubeMX to config. When I config Middleware and Software Packs, there is no 【MotorControl】 software pack. where can I get the [MotorControl] softwa...
Hello,Now I am refer to a design of NUCLEO-G474RE board for Motor Control with 6 step method. I found there are some define data of TIM setting. but I cannot get the value of the define data. could you tell me where to find the defined data?Thanks!dq...
hello,I have a very simple question, I have asked a FAE,but not solved.I am using STM32CubeMX to config a project. I used an external 32.768khz crystal. I want to set the RTC clock to the external crystal. below is my setting.I think i have enabled H...