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

Keyboard scanner library sought

I'm in search for a library of routines that allow for scanning keyboard matrices with or without diodes in various configurations. I've heard it exists for Arduiono but I'm pretty sure there is such for the STM32 series too (my target is an STM32F10...

Controlling a Nucleo-L476RG Board Wirelessly

I am starting a DSP class project that will be auto-adjusting blinds using the Nucleo-L476RG board. To start off, I am wondering how it is possible to control the Nucleo board wirelessly with an android phone. I am aiming to control a stepper motor ...

JEscu.2 by Associate II
  • 714 Views
  • 1 replies
  • 0 kudos

CAN Initialization failure then success

Hello,I have an interesting situation. When I start my app on the F303RE Nucleo I initialize all the peripherals. When CAN is initialized it returns a HAL_TIMEOUT error. If I call the same initialization code a second time it initialized correctly...

DPeki.1 by Associate II
  • 1039 Views
  • 3 replies
  • 0 kudos

STM32F303 setup ADC with all 4 ADCx.

Hello! I have a need to use ADC1, ADC2, ADC3 and ADC4 all at the same time, and preferably DMA on all of them too. I have not coded this yet, but I am mostly wondering if there are any pitfalls or things i should think about when doing this, so they ...