User Activity

Posted on March 20, 2014 at 13:52Hi, I am trying to use ADC for reading the voltage on pin A4.. I wrote an initialization method, however it get stuck in the last WHILE. Here there is the code: void ADC_Initialize(void) {   ADC_InitTypeDef  ADC_Ini...
Posted on February 09, 2014 at 17:43Hi, I have a problem with the USART... basically i just want to sent out one integer (i will use a FTDI adapter to read it).  unfortunately my code get stuck to the instruction .while(USART_GetFlagStatus(USART1, U...