User Activity

Hello @GMA it seems that there is surely a bug with STM32CubeMX and STM32G030C8T6, I have made the PCB and now try to write program for it. I just wrote a simple code to toggle a LED. but when I download the code to STM32G030 chip, the ST-link gdb ha...
Hello,I am now using STM32CubeMX to config STM32G030F6P6, I want to use TIM14 to capture pulse, so I configged to Input Capture direct mode, which is obviously input port, but GPIO setting becomes GPIO output Low. is this a stm32cubeMX bug?please con...
hello,I am now studying the UM3042 STM32 motor control SDK - 6 step firmware library User manual, in this PDF, it mentioned "For a complete description, refer to the STM32 MC firmware reference manual." as belowcould you please tell me where to get t...
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...