Other Parts Discussed in Thread: C2000WARE,
Hi teams:
I'm currently working on the Serial Communication for the device. I'm trying to use the sample codes for "Example_2807xSci_Echoback.c" as a basis. I've manage to send messages but the sample code seemed to be looping within this line:
while(SciaRegs.SCIFFRX.bit.RXFFST == 0) { }
I've tried inputting the characters from hyperterminal but the code doesn't seem to progress beyond this. I've tested that the sample code works without this line but obviously that is not the ideal (should wait for user input before processing the RX buffer).
Any comments on possible cause of the error? Also may I check if can use RXFFST to configured/specify the input data length(eg only input stream of x words will be accepted)
Best regards
K.K



