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

voltage regulator in stm32f407vgt6

what is the role of voltage regulator in stm32f407vgt6 and how it works..that means already VDD is supplyng 1.8V and again what is the need of suplying 1.2V and how it works i want to know exact operation of it in stm32f407vgt6

Vtrai by Associate II
  • 411 Views
  • 2 replies
  • 0 kudos

pre-defined macro

Hello, I would like to use #define macro in my program to hold application, firmware version and firmware building time. I know i can put these definition into my program directly, and make modification before I compile my program. Could I use GNU C ...