STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! CMSIS version for cmsis_device_f3

 It says "It is crucial that you use a consistent set of versions for the CMSIS Core - CMSIS Device, as mentioned in this release note." but I do not see any CMSIS version in the release notes. Which CMSIS version is recommended for cmsis_device_f3 ?...

mete by Senior II
  • 975 Views
  • 4 replies
  • 0 kudos

Resolved! STM32H7 - Write float value into flash memory permanently

Hello Everyone, I'm trying to write a float value into my STM32H743VIT6 flash memory, bit it jumps straight to the HardFaultHandler and I cannot understand why...  Here's the two functions:   HAL_StatusTypeDef Store_AltitudeMax(float altitude) { ...

Capture d’écran 2025-02-15 à 01.42.36.png
yaxsomo by Associate III
  • 631 Views
  • 5 replies
  • 0 kudos

Resolved! GPIO overvoltage

Hello,I am using a gate driver IC (1EDN8511BXUSA1) that operates with a 9-10V power supply. The IN- input of the IC is connected to a GPIO pin of the STM32L496, which is internally pulled up to VCC with a 400kΩ resistor (as shown in the picture). At ...

hzoli_0-1738915171601.png
hzoli by Associate II
  • 452 Views
  • 7 replies
  • 4 kudos

STM32F401RBT6 HSE Clock Issue with TCXO

I’m designing a board with the STM32F401RBT6 and have decided to use a 48 MHz TCXO for the HSE clock.I’ve written a simple "Hello World" program that communicates through USART.the TCXO i used : TG2016SMN 48.0000M-MCGNNM3 Observations: When using the...

image00001.jpeg Capture d'écran 2025-01-16 192953.png

STM32G474 how to disable WRP?

While debugging on the Stm32g474, I enabled write protection. Now I want to disable it. It seems like this is impossible with the Stm32Cubeprogrammer? It will not allow me to enter an invalid address or an address that ends before it starts. How am I...