Resolved! STM32H7S Uart TX using GPDMA only transmits 0x00 if DCache is enabled
Hi,I have a well functioning application transmitting on uart4 using GPDMA1 CH1.If I turn on DCache, then it does transmit the correct length, only all characters are 0x00 (no problem in turning ICache on).In HAL_UART_Transmit_DMA(huart, (const uint8...