cancel
Showing results for 
Search instead for 
Did you mean: 

stm32 usart idle line interrupt

yyurikedd
Associate II
Posted on October 31, 2016 at 14:18

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-dma
3 REPLIES 3
slimen
Senior
Posted on October 31, 2016 at 15:43

Hello,

Refer to your

http://www.st.com/content/ccc/resource/technical/document/reference_manual/c2/f8/8a/f2/18/e6/43/96/DM00031936.pdf/files/DM00031936.pdf/jcr:content/translations/en.DM00031936.pdf

,  you can find more details about idle line interrupt.

Regards

yyurikedd
Associate II
Posted on November 03, 2016 at 11:32

Thanks for your reply.

The problem is that I haven't found this in reference manual:)

Regards

yyurikedd
Associate II
Posted on November 03, 2016 at 12:26

Find that.

The

answer

is on the

first page of the

section

 ''USART Interrupts''.

Idle line interrupt works only for reception, and for transmission there is Transmission complete interrupt.