Can I place the HAL_UART_TxCpltCallback callback function other than in main.c?
Posted on October 24, 2017 at 06:28Hi,I implemented a simple buffer for transmitting data by UART using DMA on an STM32F429. The code is working fine. To make things cleaner, I would like to move all UART related code to another source and header fi...