USART NOT receiving nothing
Posted on August 07, 2013 at 07:12Im 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...