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

Resolved! Bootloader and Read-while-write (RWW)

Hello,we are using a STM32F429.The bootloader is located in the first 64kB. The firmware in the remaining sectors.It erases the remaining sectors of the flash and writes the new firmware.Now, 3.6.5 Read-while-write (RWW) of the reference manual state...

h p by Associate III
  • 165 Views
  • 2 replies
  • 0 kudos

HSE or LSE for my specific MCU application ?

Hi.I was searching for a crystal that meets the requiremets for the HSE of the MCU I´m using (STM32L4P5RGT6) at the beginning I tried to make the corresponding calcuations by myself but after researching I noticed that for some calculation I needed m...

Resolved! stm32f1 bootloader write memory command

Hello,i'm trying to implement firmware upgrade in my Windows application via USART for stm32f103 following AN3155. My issue is with the Write Command. More specifically:- if i send 1 byte of user data at time it works, it's just slow cause i have to ...

omaroski by Associate II
  • 242 Views
  • 3 replies
  • 1 kudos

Timing of Hardware Semaphore

We're using a STM32H747IGT6 and using hardware semaphores to coordinate between the two cores.On the CM4 I've set up TIMER3 to run at full blast:  LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_TIM3); LL_TIM_SetPrescaler(TIM3, 0); // Count at sy...

BOOT0 on STM32U083

I have a custom board with an STM32U083KCU6 MCU - see schematics belowVBAT = +3.6VI have 2 boards:1. board: I flashed it via SWD but forgot to enable it in STM32CubeMX, which means that I'm not able to flash it again via SWD2. Board: This time, I rem...

MagnusErler_0-1750599014527.png

On STM32H747IGT6, HSEM channel 0 is reserved?

Application note AN5361 "Setting up with ST-LINK GDB server" says "Set the Cortex®-M7 core running so that the HSEM semaphore is released and Cortex®-M4 wakes up from Stop mode" and this post implies that it's "HSEM 0" which I'm assuming is HSEM chan...