STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Low Power mode on STM32L486 with RTOS

Hi,I'm working on a custom board based on STM32L486 MCU, the microcontroller will stay most of the time in standby and will wake up using a physical button connected to SYS_WKUP3. This to say that the overall board consumption have to be as low as po...

GFavr by Associate II
  • 431 Views
  • 0 replies
  • 0 kudos

Resolved! TIMER 1 PWM Mode, What am I missing

Hi All,I want to use timer 1 for my double pulse test. To start with though I want to get it going in a simple PWM mode at first.I have gone trhough the reference amnual several times and looked at the block diagrams. I have got the registers intial...

glenn0010 by Associate III
  • 1447 Views
  • 5 replies
  • 0 kudos

STM32F429ZI Flash Problem. MCU sets FLASH->SR bits: PGPERR and PGSERR all the time even it is cleared just before.

MCU sets FLASH->SR bits: PGPERR and PGSERR all the time even immediately after it is cleared. It causes a problem with erasing flash memory. I am using RTOS(TIM1 as a base), Timers and Systick as well but I think those shouldn't be a problem.Code is...

slawek by Associate III
  • 1089 Views
  • 3 replies
  • 1 kudos

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
  • 2141 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
  • 1145 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
  • 4079 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...

About the SWO output clock configuration for STM32H743

Hi Expert,I have an question about the clock config when I would like to printf via the SWO, below is my current config, but I don't know where are needs modify:Here have two SystemClock_Config function [1] and [2]:About the [2]: I from the STM32Cube...

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
  • 1934 Views
  • 4 replies
  • 0 kudos