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! SCNu8 formatting

Hi,I was expecting to get x = 23 after following code: uint8_t x ; char* y = "23" ; sscanf ( y , SCNu8 , &x ) ;but I got x = 32. 

debug.jpg

How to use DMD P10 LED displays with STM32

Hi there,I am working on a project where I am using STM32F401RE but later might shift to STM32F0 controller for interfacing it with DMD P10 LED display (monochrome/RGB), so are there any resources available for that? By resources I mean, libraries an...

DJ17 by Associate II
  • 2197 Views
  • 1 replies
  • 0 kudos

Writing to a USB stick from STM32G474Cx MCU

I would like to preface with the fact that I am fairly new to hardware programming and electronics hardware design so bear with me if I am making some beginner mistakes.I am trying to write data to a USB stick using the PA11(33) pin and the PA12(34) ...

Resolved! HAL_I2C_Mem_Read returns error if used inside ISR

 Hi,Currently I am implementing the smbalert functionality for ltc4015 based battery charger.But when I am using the below mentioned code(commented section) inside isr it is returning communication error.  //SMBALERT interrupt from ltc4015 to stm32l0...

Lora network

Hey everyone what is the effect on the speed of  data transmission from gateway to nodes in Lora-wan network using stm32 if one  increases the number of nodes.

ARQAM by Associate
  • 379 Views
  • 1 replies
  • 0 kudos

Resolved! Generating Timer Interrupt between 1BPM to 999BPM

Is there a way to use timers to trigger an interrupt at between 1.00BPM and 999.00BPM, with a 2 decimal resolution?   I'm currently using an STM32F373 with 8Mhz clock for my timers, and set the Timer Prescaller to 8000-1, and set the ARR register to ...

LMorr.3 by Senior II
  • 792 Views
  • 4 replies
  • 2 kudos

Resolved! Kit/boards recommendation for handheld game console

Hi,I have for dream to be able to create a handheld game console like the PSP when I was younger. It's for this main reason I study electronics.I wonder if there is a kit that help me to understand and learn about the concept of it or something not t...

KarlY by Associate II
  • 3029 Views
  • 7 replies
  • 2 kudos