Question
USART NOT receiving nothing
Posted on August 07, 2013 at 07:12
Im using usart2 and i know its sending data but will not receive im using :
rx_data = USART_ReceiveData(USART2);to save the data then using a while(rx_data > 0 ) { do stuff}any suggestions about why its not receiving? #poorly-framed-question #usart #usart-stm32f103