User Activity

I am working on STM32F103 for a project with CAN. While working I set the CAN Test mode to Loopback in the ioc file, afterwards I set the test mode back to normal mode. but this change was not updated in the main.c file. In main.c file, the line in M...
I have purchased STM32F103c8t6 microcontrollers from three different vendors, but they are behaving differently.I am working on CAN, and on the microcontrollers from one vendor, it is working properly. But on the microcontrollers from other two vendo...
I am designing a BLDC motor controller using STM32F103C8T6. I am using "XOR ON / Hall Sensor Mode" for reading the motor's hall sensor. But if the motor is rotated quickly, the hall sensor value does not update. The hall sensor value updates properly...
I am making a BLDC motor controller using STM32G030C8t6. This microcontroller has a hall sensor sensing capability known as ‘Hall Sensor Mode / XOR Mode’. This generates an interrupt when any one of the three channels toggle. We are taking the timer ...
I am designing a motor controller using STM32G030c8t6. but while connecting it to battery, if positive terminal gets connected to the battery before the negative terminal, then a voltage spike (of the voltage of battery) occurs on the board and it ap...