2008-06-22 08:43 PM
USART with EXTI conflict?
2011-05-17 03:37 AM
Hello everyone!
Im having diffeculties using USART communication at the same time Im initializes one EXTI peripheral. The usart is not able to recieve any data. Tested with USART1 and USART2. Is anyone aware how this can be? Thanks in advance!2011-05-17 03:37 AM
Check this
2011-05-17 03:37 AM
Problem solved by initiating the USART before EXTI interrupt.
2011-05-17 03:37 AM
Configure the USARTS with ''USART_Init'' before using ''EXTI_Init''. I have no why this is but that solved my problems anyways.
2011-05-17 03:37 AM
Hi Bengtv,
What do you mean by ''initiating the USART before EXTI interrupt'' could you share your code with us, so forum users could avoid your case if they encounter similar scenario ? Cheers, STOne-32.