i'veA question related to transmission using DMA. i'm facing a strange situation.it works perfectly when i use "HAL_UART_Transmit_DMA(&huart1, TxBuf, 5);" in the main program.However in my project i've crated a separate file for my application progra...