Question
USART IDLE interrupt for no reason?
Posted on June 07, 2013 at 09:16
hoping someone knows the answer to this...
when I send a character on usart2, SR->IDLE flag is set for no reason, RXNE = 0 but I can see the data in the DR. what weirds me out is IDLEIE is 0. so far I simple can't get RXNE to set at all.this is on the stm32f107vc #usart-interrupt #usart-idle