USART interrupt problem
Posted on August 19, 2011 at 07:52Hi Guys, I'm working on Usart programming in IAR environment. But I got a problem. The USART interrupt handler seemed not to be called. Here's my code:void initUART2(){ USART_InitTypeDef uart2Init; USART_ClockI...