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! STM32U5G9 - I2C1 not working

# OverviewI'm trying to add I2C1 in "controller mode" to an existing STM32U5G9 project, but am struggling to get it working.I am setting up the peripheral using HAL/LL calls and not relying on CubeMX setup.# What I'm SeeingThe goal is to have PG13 = ...

image (6).png
ttnickb by Associate III
  • 489 Views
  • 3 replies
  • 0 kudos

Current drift in STM32U5

Hello,We are using an STM32U585RIT6 and doing some power measurement. What we are seeing is that the current drops to within the expected range when we put the MCU to sleep, but the current changes over time.Basically:Go into stop mode 2Current measu...

SysTick and clock configuration

Hi to all,I have a problem with clock and systick configuration.I am using an STM32F303CBT MCU and STMCubeIDE.At present my program realize a blinking led, but if I do not activate SysTick after a randon mumber of blinking the led stuck on or off ind...

GNU Tools For STM32 pre-compiled toolchain

Can someone  kindly provide instructions on  how to generate the tool chain here:https://github.com/STMicroelectronics/gnu-tools-for-stm32/tree/11.3.rel1I can't get it to workAlternatively can I get the precompiled toolchain for 11.3 rel. 1? ThanksTi...

Call `HAL_PWR_EnterSTOPMode` in `HAL_Delay`?

Some parts of my application are driven by the SysTick timer, and I got into the practice of adding `HAL_PWR_EnterSTOPMode(PWR_MAINREGULATOR_ON, PWR_STOPENTRY_WFI)` while polling a flag, knowing that the SysTick interrupt will wake the microcontrolle...