STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

STM32F4 UART extra byte sent at startup

Hi all, I'm running an application where I got to initialize an UART (by interruption) transmission at power up . So I'm a initializing like this : HAL_UART_MspInit(&huart5); MX_UART5_Init();There are the basic functions from STM32 Cube MX... When th...

Nomu by Associate II
  • 1193 Views
  • 7 replies
  • 0 kudos

STM32F429ZI Flash programming: Spurious PGPERR and PGSERR

I'm writing a firmware on a STM32F429ZI Discovery board. The firmware runs on Flash bank1 and erases/programs Flash bank2. When I try to erase or program bank2 the error flags PGPERR and/or PGSERR will be set without any plausible reason.Example:FL...

SFahr by Associate III
  • 605 Views
  • 1 replies
  • 0 kudos

Resolved! STM32 pwm signal and reverse of it

The MCU I use is STM32F103C8 and I need 2 PWM signals that complete each other to %100 duty cycle. ( ie: PWM1=%60 and PWM2 =%40 ). When one PWM channel is high the other one needs to be low and vice versa.The important part is, these two PWM signals ...

GunkutA by Senior
  • 2208 Views
  • 12 replies
  • 0 kudos

Resolved! HAL_HRTIM_IRQHandler duration is very long

Hello I have NUCLEO-G474RE running at 170Mhz (24Mhz HSE [div 6] [mul 85] [div 2]) .I am using Master and TimA $ TimC hrtimer as PWM for SMPS running at 100kHz (10uS).I want to check how much available time for me if I interrupt every period and updat...

STM32H7 not entering main while(1) loop

Hello,I know, this problem might require a careful look into the code but I would like to ask for advice about where to start from.Basically my problem is that the code does not enter in the while(1). I have the impression that this problem arised wh...

Mdi c by Associate III
  • 1007 Views
  • 4 replies
  • 0 kudos

USART6 bare metal setup correct?I am not getting output.

Hi there.I have been trying to configure this USART6 on my STM32F401RE board as 9600 and Async.But I just can't seem to figure out what I am doing wrong? I am not using the HAL for this project.I really just want to get an example of how to use the U...

CMcC.1 by Associate II
  • 791 Views
  • 11 replies
  • 0 kudos
Labels