2014-08-01 11:21 PM
Hi,
In the HAL documentation, stm32fxx_hal_uart.c & .h, I can read that in interrupt mode, the HAL_UART_TxHalfCpltCallback is called after half of tx is transfered but this is wrong.The HAL_UART_TxHalfCpltCallback is only called if I use DMA transfers. Either is the documentation wrong or the function is not implemented to end.2014-08-05 04:06 AM
Hi ostovary.m,
Thanks for the feedback. We’ve noted this as a copy/paste mistake within the driver comments. You're right, the HAL_UART_TxHalfCpltCallback is only called in DMA mode.We’ll pass you feedback along to our STM32CubeF4 team. Keep an eye out for the next update!With regards.