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

Timer Call back question ?

Dear Members,I have a callback :void Timer10_Callback() { seconds += 1;   if (seconds == 30) { minute = 1; seconds = 0; rpm=count; rps=(float)rpm/30; count=0; } }and main() inside while()current_rps = rps; i...

Hello, Please suggest a Software solution where I can power on the entire LPUART1 peripheral on STM32L4 only when I want. Any data received on the UART lines before I power on the LPUART1 must in no way be accessible to the MCU

Hello,  I have an issue with LPUART communication on my custom board housing STM32L4 MCU. I have a peripheral connected to the LPUART1 lines. This peripheral is quectel MC60 GSM module. I am turning the module on from STM32L4 (by toggling a GPIO). Af...

Grang by Associate
  • 161 Views
  • 0 replies
  • 0 kudos

STM32L073 adc polling async clock ?

hello, i am using the STM32L073 for adc reading. And want to use the async clocks for the dc voltage reading. so i dont need a high speed clock.The problem is when i tested the async clocks on adc , the measurement time was sometimes(30~40%) differen...

stress by Associate
  • 223 Views
  • 0 replies
  • 0 kudos

Zero crossing interrupt timer implementation

I am working on creating a reverse phase dimmer where the on/off timing for the 120/240 VAC sine wave is handled by an STM32L051C8Tx MCU. There is a separate analog circuit that generates a 3V3 pulse at every zero crossing and I take this as an input...

SPetr.6 by Associate II
  • 487 Views
  • 0 replies
  • 0 kudos

Where to find the new ESC with STM32G431CB?

Hi there,in the new MotroControl SDK there is a new ESC listed with a STM32g431. The only document that I was able to find was UM2516. Is there some more info about availability and the usual product web site? Best regards,Ingo

IMain by Associate
  • 182 Views
  • 1 replies
  • 0 kudos
Labels