Hi,
I'd like to establish a UART connection between my F28335 Experimenter Kit and the PC. I imported the Example_2833xSci_Echoback project, compiled and started it. I receive the 'Hello World!....' message from the card but it seems it doesn't receive any character I send from the PC. It never reaches the line after the:
// Wait for inc character
while(SciaRegs.SCIFFRX.bit.RXFFST !=1) { } // wait for XRDY =1 for empty state
code line. I checked the communication with a port monitor application and it showed that those characters were really sent from the PC. It is so simple that I can't imagine what is wrong with this setup. Do I need any jumper changes on the board? Any tip would be Highly appreciated.