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

Using timer to wake from sleep

Im attempting to put the cpu to sleep between ticks of timer 15 on a stm32L432, The LED flashs without the Sleep code however it never wakes up from the timer interuptvoid HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef * htim) { HAL_ResumeTick(); if...

PGood.1 by Associate II
  • 3949 Views
  • 2 replies
  • 0 kudos

Resolved! Confusion with MDF and its SPI/Manchester setting

Hi all,We are trying to wire a microphone to the STM32U585. The microphone (T5838) outputs PDM and takes a clock as input.As far as I understand, the MDF peripheral supports PDM interface (as stated in RM046, Rev 4, 39.1), so it is compatible with th...

VTOR_S when TrustZone is disabled

Using the latest STM32CubeIDE, STM32CubeH5 and NUCLEO-H563ZI with TrustZone disabled.I put a breakpoint at the first instruction in startup in Reset_Handler. The debugger shows in SFRs, SCB->VTOR_S is 0x8000000 (which is my NSBOOTADD) and SCB->VTOR_N...

mete by Senior II
  • 1020 Views
  • 0 replies
  • 0 kudos

STM USART bootloader issue with STM32F446

I've been using bootloader over USART3 PB10/PB11 at an STM32F446ZET6 for long time and it works reliably at least at 115200kbit.  This year we assembled several new PCB's without HW change and the bootloader stopped working. When programming the STM3...

MartenP by Associate
  • 1862 Views
  • 3 replies
  • 1 kudos

Resolved! Write Flash memory over virtual Com Port (USB)

Hello, I am developing a dual processor application with a host (STM32F205xx) and a slave (Radio Module SoC). The idea is to update the wireless module's firmware from the PC via the virtual COM port.The firmware is temporarily stored in STM flash me...

Semiory_0-1694441426331.png
Semiory by Associate II
  • 1482 Views
  • 3 replies
  • 1 kudos

Resolved! STM32F411 Discovery board Blink LED program error simulink

I am trying to run the Getting started with stm32f4discovery project in matlab simulink. the code simple wont run. I tried multiple methods and answers however my error is always related to USB connection issues.  "Error while trying to establish USB...

RAMECC interrupt enable register (RAMECC_IER)

I am trying to test code which has been written to deal with RAMECC errors. The MPU is STM32H753 and I am working on a Nucleo-H753ZI board.The first problem was how to simulate a RAMECC error. I found the code at https://github.com/STMicroelectronics...

working.jpg notworking.jpg
KevinG by Associate II
  • 1382 Views
  • 3 replies
  • 0 kudos

Resolved! STM32U585 Cannot switch between SMPS and LDO power supplies

I am using the B-U585I-IOT02A discovery kit with the STM32U585AI chip.Using code generated by STM Cube.Attempting to configure use of the SMPS power supply results in a timeout in the  HAL_PWREx_ConfigSupply() function.In the sequence below, smps_mod...

JKahn.1 by Associate III
  • 3186 Views
  • 5 replies
  • 7 kudos

Resolved! ADC converted value error: bit truncation when using DMA

Hello.I encountered a truncation error issue while working on a grid-connected converter application with the STM32G474MET6 MCU. To manage multiple ADC channels, I opted for DMA to obtain 12-bit ADC converted values. However, I've noticed a bit trunc...

wronskian by Associate II
  • 2297 Views
  • 5 replies
  • 2 kudos