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

Undocumented behaviour STM32C011F4U6TR

Hi,We notice the startup time from power up can be affected by setting one GPIOB pin to input. The startup time here refers to the time from SystemInit() until main(). Basically it contains scatterload and __rt_entry to my understanding.Specifically,...

powerup_time_without_gpiob_input.png 2nd_iwdg_reset_without_gpio.png powerup_time_with_gpiob_input.png
ah2 by Associate II
  • 332 Views
  • 13 replies
  • 0 kudos

Resolved! Wait but MCU is unblocked

I haven't been able to wait 500ms without affecting the timers for 7 days.In this block, doesn't PB14 become "0" after 500ms?Even if I use comment lines, it doesn't work.Note: volatile uint32_t Counter = 0;The "Counter" variable is incremented every ...

XooM by Associate III
  • 1240 Views
  • 60 replies
  • 4 kudos

STM32H755 Difference between M4 and M7

MPU:STM32H755XI6Connection with PC:USART1RTOS:ZephyrIn order to install Zephyr into STM32H755XIH6, if you build and burn images for M4 and M7, the M4 side will start but the M7 side will not.The content is LED flashing of PG10 (A9pin). Are there any ...

TDP_0000 by Associate II
  • 70 Views
  • 1 replies
  • 1 kudos