UART Transmit Interrupt Driven api not working perfectly

I have one more problem. When I enable the Tx, the program is not moving out of the callback. and I have to disable the TX manually from callback everytime. The normal flow should be, after the check o TX is complete,  we have to disable the TX. But the program is not behaving in this way.
If you want to check this behaviour, you can do so in my project by observing how I have done it.4527.echo_bot.zip

Related