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

Resolved! STM32L4 : IWDG wake up device in shutdown mode ?

Hi !I'm using the stm32l452RE mcu and I use the shutdown mode. I also use the watchdog (IWDG) to reset the system if an error occurs. This IWDG is set to 4s. When I go in shutdown mode, accordly to the docs, IWDG should be off because it is clocked w...

SimonF by Senior
  • 3903 Views
  • 20 replies
  • 0 kudos

STM32F732 Wakeup Latency

Hi Our custom board had some issues for STOP mode.Firstly, please see the following STOP mode code:(using GPIO EXTI to wake up MCU)HAL_PWREx_EnableFlashPowerDown(); HAL_PWR_EnterSTOPMode(PWR_LOWPOWERREGULATOR_ON, PWR_STOPENTRY_WFI); HAL_PWREx_Disable...

0693W00000QLiekQAD.png 0693W00000QLjOsQAL.png 0693W00000QLjV5QAL.png 0693W00000QLjVuQAL.png

chip enters NMI handler with debugger attached

I am having issues debugging a STM32H7 series chip (STM32H755).When I connect using multiarch-gdb and run `mon swdp_scan` it crashes both cores. I am using a BMP debugger. I end up in the NMI handler. I can see via the external LEDs in the code that ...

msilv.11 by Associate
  • 843 Views
  • 3 replies
  • 0 kudos

Problems using ADC (with DMA) in stm32H7 boards

Hi,I'm trying to perform analog-to-digital conversion using the DMA function on dual-core STM32H7 board series. Basically, I can not make it work. I have tried with other STM32 boards (like STM32L476RG for instance) successfully but it seems that the...

LColq.1 by Associate
  • 456 Views
  • 1 replies
  • 0 kudos

STM32H7B3i-EVAL Determining NOR Flash timing

Hello,I have 2 EVAL board, one STM32H743i-EVAL2 and one STM32H7B3i-EVAL.Both have the same NOR Flash chipset MT28EW128.I'm using the function HAL_NOR_ReadBuffer to read data from the NOR.but, "sometimes", the data I read are corrupt.I made my project...

CedricB by Associate II
  • 719 Views
  • 3 replies
  • 0 kudos