User Activity

I have an STM32F103VET6 with multiple DMA Channels like UART2_RX, ADC, UART3_RX, UART3_TX, all at different priorities. The first one or two bytes of every DMA Channel becomes incorrect all of a sudden in runtime and corrects back only after power re...
Dear Community,I am currently facing this issue where my STM32 Black Pill F411CE suddenly went into hard fault during runtime. The MCU was permanently gone and was not able to be re-programmed, and four others that I connected to the same hardware we...
I am trying to perform SD Card file operations using STM32 HAL in STM32L451RCT6. I have been successful in mounting the SD Card, but read and write operations are not working. Here are the details of my IOC Configuration:1. FatFS Configuration2. SDMM...