User Activity

Hi everyone, I'm currently experiencing a strange crash on a STM32G473 and I'm a bit stumped on how to debug it. First the crash: The system is a STM32G473 running FreeRTOS V10.5.1. I have a simple FDCAN ISR which takes the incoming CAN frames and pu...
Solved: The problem was an improper reading, the BKSRAM-clock was not initialized when reading back the report. Updating with "correct" code for posterity.I'm writing a (better) hard-fault handler for my STM32f207zg and want to do the following:Have ...
Kudos given to