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

Using an STM32U585QII3 for camera surveying

Hi, I'm working on a project for wildlife surveying, the project details are that we need to have a camera surveying an area where it will capture an image every 10s, then store data on an SD card. The system will be running for 2 weeks, and idle whe...

Resolved! Reset or glitch during Option Byte programming

We have a design based on the STM32G0B1CET6 MCU.Recently we noticed some failing parts after power on/off testing. Symptoms: software is no longer running and the SWD port is not responding. We sent the broken parts to ST for analysis. The report (C2...

EelcoB by Associate
  • 587 Views
  • 2 replies
  • 2 kudos

Resolved! FDCAN send a data en hexa

 Hello, I'm new to working with STM32 microcontrollers and coding in C. I'm trying to send data in hexadecimal format using the FDCAN bus. However, when I check my code during debugging, I notice that the transmitted data looks different from what I ...

sana1_0-1712850593104.png
sana1 by Associate III
  • 510 Views
  • 3 replies
  • 2 kudos

Resolved! CMSIS 3.1.0 vs Standard Peripheral Library 2.0.1

I am used to find the CMSIS files (especially stm32f10x.h) in the same ZIP file as the STM32F10x standard peripheral library.In my legacy project, someone used the SPL V2.0.1 together with a stm32f10x.h V3.1.0.Unfortunately, the code won't compile un...