User Activity

Hi, I’m working on a project using STM32 to control two BLDC motors with Hall sensors. The motors are controlled via CAN commands, and everything works as expected in terms of control. However, I have an issue with displaying the RPM of Motor 1. Moto...
Hello everyone,I'm working on a dual motor control project using an STM32F4 with Hall sensors to track motor speeds. Both motors are controlled via CAN commands, and I can successfully run both motors. However, while Motor 2 speed is being tracked an...
Hi all,I am working on a motor control project using STM32, and I am trying to calculate the RPM of a BLDC motor using Hall sensor pulses. I have set up a SysTick timer to trigger an interrupt every 1 millisecond, which should increment a counter (sy...
Hello,I am encountering an issue while debugging a project using STM32CubeIDE. The problem arises when I start the debugging process. Below is the output from the console:Open On-Chip Debugger 0.12.0+dev-00597-ga5a21219f (2024-06-03-11:04) Licensed u...
Hello, I’m encountering multiple errors and warnings when trying to compile a project using the STM32F10x Standard Peripheral Library in Keil uVision. The specific errors are related to assert_param being undeclared and numerous UTF-8 warnings in com...