Other Parts Discussed in Thread: C2000WARE, CONTROLSUITE
Tool/software: Code Composer Studio
Hi.
I am new to the c2000 family of MCUs. I tried to run the SCI Echoback code provided in the C2000ware examples folder. I am able to output the strings from the MCU (experimenter's kit) to my PC (via USB) just fine but I am not able to receive data to the MCU. Where it says to "enter character", I have tried across different terminals to type in a character but its never worked. I'm stuck at this section of the code when debugging:
while(SciaRegs.SCIFFRX.bit.RXFFST !=1)
{
//
// wait for XRDY =1 for empty state
//
}
I have tried populating J9 as advised in other threads but that did not work. As you can see from the registers RXFFST remains zero as such it never exists the while loop. Please I need help urgently. Any suggestions would be very much appreciated. Thank you.
Tolu.