STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! 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
  • 327 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
  • 458 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 ...

Resolved! How to properly handle FDCAN TX FIFO

Hello,I have a STM32G431KB on a custom PCB and got the CAN bus to work. The only problem I have is that the TX FIFO is always filling up and the bus stops after 127 errors.The workaround I have is to abort the TX request./* Add message to Tx FIFO */ ...

PKavv.1 by Associate II
  • 7950 Views
  • 9 replies
  • 2 kudos