STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Count Encoder in BLDC motor

I am using  STM32H7A3 for speed control of BLDC hub motor, I also need to take the feedback speed from the driver using stm32 timer input capture mode or external clock source, I have doubt for choosing, Please any help to figure out this.....

N7 by Associate
  • 57 Views
  • 0 replies
  • 0 kudos

Resolved! Suggest a smaller STM32 IC for BMS application

Dear Sir/Madam,Good day~I am trying to build a custom PCB with an STM32 chip.Currently, NUCLEO-F439ZI Demo Board is used, but only few pins/functions of the STM32F439ZI chip are necessary for me, the used pins shown as below (20 out of 114 pins are u...

VinceTai_0-1738824445588.png VinceTai_1-1738826584242.png
VinceTai by Associate
  • 113 Views
  • 3 replies
  • 4 kudos

PWM center aligned to half-period of TIM

I am using the STM32H562ZGT to generate center-aligned PWM with TIM1. Since I also want to use TIM1 for 20kHz periodic interrupts, I set the Period so that overflow/underflow occurs every 40kHz and set the Repetition Count to 1. This ensures that UEV...

Thoufiel by Associate III
  • 86 Views
  • 3 replies
  • 0 kudos

STM32F4 About the series

Edit by ST Moderator: This post has been translated from Japanese to comply with the ST Community Terms and Conditions (§10.2). The question is about the interrupt processing of the STM32F401RE. After the STM32 was started (after the programme was st...

oren by Associate
  • 125 Views
  • 1 replies
  • 0 kudos

Resolved! Write access to PSRAM on XSPI in memory mapped mode

Hello, I have a question regarding write access to a PSRAM connected via XSPI in memory mapped mode on a STM32H7RS. I do not completely understand if having the PSRAM memory mapped makes it available to the ECU as if it is internal RAM, meaning that ...

Resolved! 5V Tolerant GPIO pins (STM32F030K6T6)

I am interfacing a 5V PWM signal with an STM32F030K6T6 MCU using PB0. According to the datasheet this pin is 5V Tolerant. In the past, regardless of a pin's "tolerance" to 5V I have always used a level shifter to change this 5V signal to a 3.3V sig...

maximum baudrate on uart in half-duplex mode

I am using uart on STM32L07 to simulate 1-wire for operating ds28e22. 1-bit timing is more than 1us and less than 2us. When I set baudrate at 666666 which meant 1 bit timing was 1.5us, I found the rising edge was too slow (more than 1 us). So I want ...