Sending a large amount of data around 1024 bytes using UART at 1mbps baud
Hi, I am working on the NUCLEO-G491RE development board with 170MHz HSE and testing UART communication with 1mbps baud with HAL_UART_Transmit_DMA and HAL_UART_TxCpltCallback on STM32CubeIDE but only able to send around first 256 bytes and the remaini...