STM32 MCUs Motor control

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 F0 + 6-Step PWM Glitchy - Need Advice

Hi there,I'm writing this post because I have encountered a potential bug/firmware issue with the MC firmware versions FW1.11.4/FW1.11.5 for the F0 fam, and I'm unsure on how to proceed in diagnosing the cause of this problem.Background:I want to use...

GustavEckerbom_1-1719836748322.png GustavEckerbom_5-1719840652627.png GustavEckerbom_6-1719841745950.png

Sample code for MCP

Hi,Is there a sample code to control the STM32 motor board with UART from a host PCI'm mostly looking for setting and getting the encoder angles and speed control with the UART 

Resolved! Where to set ADC_REFERENCE_VOLTAGE?

Our project uses an external ADC reference voltage of 3.03V.This value is properly set up inside the json I use to generate the inital project code ("amplifyingNetworkVm": 3.03, "polarizationOffset": 1.515).Now I found in the generated code that insi...

DMeie.2 by Senior
  • 184 Views
  • 1 replies
  • 1 kudos

BLDC motor control using Temperature sensor

Hi all, I have been trying to control my BLDC motor with an condition where if the surrounding temperature increases a threshold temperature the bldc motor should turn fast else slow. I am using lm35 as temperature sensor, i was able to interface thi...