2016-10-31 06:18 AM
Hello.
I have a question about Idle line interrupt on STM32 (specifically STM32F0x8). When does this interrupt triggers, only on reception or both reception and transmission of package? #stm32-usart-idle-dma2016-10-31 07:43 AM
Hello,
Refer to your , you can find more details about idle line interrupt.Regards2016-11-03 03:32 AM
Thanks for your reply.
The problem is that I haven't found this in reference manual:) Regards2016-11-03 04:26 AM
Find that.
Theanswer
is on the
first page of thesection
''USART Interrupts''. Idle line interrupt works only for reception, and for transmission there is Transmission complete interrupt.