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
  • 864 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
  • 785 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...

Resolved! FreeRtos not all tasks are running

Hello, I have a problem with threads. All of them are of same priority, with osDelay(300), except the uartThread which has osDelay(1). Everything else is the same for all threads. I have allocated 20k of HEAP and in ioc file it says im using only 3.5...

PPopo1_0-1712832411372.png
PPopo.1 by Senior
  • 752 Views
  • 1 replies
  • 0 kudos