User Activity

I've successfully configured a 64Mbit PSRAM with the OCTOSPI peripheral of my STM32H7B0 microcontroller in Quad and memory-mapped mode, although according to another thread and the erratas of the OCTOSPI peripheral, I understand that you should only ...
Hi everyone, I've done these steps before on STM32F0, STM32F1 and STM32F4 microcontrollers to detect when a circular DMA buffer for UART "wraps" (The counter finishes with the array and starts from the beginning again) with complete successActivated ...
I want to clear all pending interrupts in my bootloader before jumping to the user application, otherwise an interrupt will remain pending and therefore other interrupts wouldn't be triggered in the user application.After reading the Cortex-M datashe...
Good day everybody, I can't get this simple CAN reception with interrupt to work on my STM32F303VC microcontroller. I have probed the TX and RX lines of the receiving side with a logic analyzer and I saw no problem, however I don't get any interrupts...
Good day everybody,In my current application (IR signal generation) I need to change the PWM width for every bit that I want to send. In my implementation (seen below) I change the ARR and CCR1 values for the durations that I need, and then I generat...