User Activity

Posted on September 08, 2015 at 12:25 Hello, I've used the STD peripheral libraries before and successfully generating interrupts from UART //snippet 1 void USART1_IRQHandler(void){ char chee; if(USART_GetITStatus(USART1, U...