STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! [STM32F413RHT6] Clock speed problem

Posted on April 05, 2018 at 10:56We are trying to increase the clock speed of our STM32 on our custom board but we encountered some difficulties.At the moment, we set a clock of 56 MHz, using HSI and an PLL of 112 (with CubeMx). It works fine.But wh...

nicolas b by Associate III
  • 3245 Views
  • 12 replies
  • 0 kudos

STM32H7 and SYSCFG_UR2/3 register

RM0433 is very short about the SYSCFG_UR registers. Most URx registers are read-only and probably provides another view at the values of the options byte. The reason to provide another view is not clear to me. However UR2 (BOOT_ADDR0) and UR3 (BOOT_...

Unstable behavior SDADC STM32F373

For a 21-channel temperature measurement tool (NTCs) I use a STM32F373 ( SDADC1 + SDADC2 + SDADC3). I replaced a temperature sensor with a fixed resistor for these tests.The behavior of the ADCs is different and reproducible after startup:Good Case: ...

STM32CubeMX & STM32L4 Library 1.12.0 ADC Problem

Is there a known problem with HAL ADC driver in the 1.12.0 L4 HAL library?I have working code using STM32L4 HAL 1.8.1 that I recently upgraded to latest Cube & HAL (4.26.1 & 1.12.0 respectively) and I have very odd behavior with the ADC after the upd...