ranchu
ranchu
Hi, Thanks for the reply. I use the demonstration with slight modifications: 1. I've enabled the HT event, and added HT callback as following `void HAL_UART_RxHalfCpltCallback(UART_HandleTypeDef *huart) { dma_uart_rx.flag =...
Just to add, In my half-transfer complete callback, I actually just set the flag (dma_uart_rx.flag = 1) and call the same routine HAL_UART_RxCpltCallback, which means that it expects to find...
Hi Jeremy, Thank you very much for the reply. I understand from this that ezdma can support both coherent or non coherent, Right ? Another thing if I may: Is...
Hi, Is it fixed in git ? what should be the fix ? Thanks