STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Reset using syscfg->aircr fails when run from RAM

Running an stm32f407...I have some flash programming bootstrap code that runs in RAM and on completion the device is reset by writing 0x05FA0004 to the syscfg->aircr register. When run from flash this works fine but running it from RAM it ends up at ...

HAL_UART_Receive_IT timeout

Posted on May 14, 2018 at 15:24Hello,I plan to take the data from a meter. It works.I would now like to create a timeout on the HAL_UART_Receive_IT in case the wire connected to the meteris cut.Is it possible to create a timeout for this function or...

STM32F7 SPI send/receive issue

Hi!I have an issue with SPI communication on STM32F746 MCU.I have two MCU connected via SPI on my board in 16 bit mode, both MCU`s are STM32F746. At start point it seems normal, but after some time it starts to drop packeges cause CRC32 check(CRC32 c...

MSavc by Associate II
  • 798 Views
  • 12 replies
  • 1 kudos

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
  • 1663 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: ...

Labels