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! Stop STM32 from rerunning code when repowered

I am using an STM32H753I-EVAL2. I have the real-time clock(RTC) counting. I want it to be set to the current time. I am successfully able to do this inside of MX_RTC_Init() with:RTC_TimeTypeDef sTime = {0}; sTime.Hours = 0x11; sTime.Minutes = 0x22;...

JKing.8 by Associate III
  • 918 Views
  • 5 replies
  • 2 kudos

Etablish an Ethernet connection with STM32F107

Hello I wan't to use the ethernet of my MCU (STM32F107VCT6) with using Lwip module. I'm using a dev board (EasyMx Pro V7). For the moment I've connect a etehernet cable between my computer and my ethernet board I've used some example of ethernet exam...

Romano1 by Associate III
  • 1224 Views
  • 7 replies
  • 1 kudos

So, what to expect from the 'C0?

As said, the 'C0 is mostly a cut-down 'G0. Let's now put aside the "is it a true STM8 replacement" and the price-related discussion, let's just have a look at what we can and what we can't find in these chips. I had a look at the DS and RM and here a...

STM32U585 + SAI

Dear Sir.I use ICS-43434 connected to STM32U585 through SAI.The lines of the ICS-43434 SD,SCK,WS works fine ,But when the interrupt is enabled the program crash.Attached some code frgaments.Main.c.MX_SAI1_Init();static void MX_SAI1_Init(void){ /* USE...