STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 737 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
  • 616 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...