Xbee STM32F4/7 USRT DMA
Posted on August 30, 2017 at 20:32Hi,When using normal transmit on UART i can send a message from a router to a coordinator without no issueHAL_UART_Transmit(&huart2, (uint8_t*)xFrame, sLen,100);, but when i try to send it using HAL_UART_Transmit_DM...