User Activity

Hi all,I have a small test project setup in STM32CubeIDE where an sd-card is interfaced with stm32h743 MCU. The program uses zlib library where it compresses the file from 3.2MB to 26KB. That's good but I cannot find a way to decompress this file on ...
Hi all,I'm trying to setup a DMA TX UART code using STM32H743VI MCU. The problem I'm facing right now is every time I call HAL_UART_Transmit_DMA function, I get a HAL_DMA_ERROR_TE in my DMA error call-back. The actual line of code is as follows:char ...