This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hi, everyone! Recently, i try to use a SCI Receive interrupt to receive a serie of words. However, everytime i start the power, it shows an RXERROR. To avoid the interruption during the power-on, i add the sci reset funtion before the main loop begins. But it still doesn't work. Any ideas on how the RXERROR showing again and again and how i can avoid this problem (hardware or software )?
Thank you all,
alex
Alex,
To avoid frame error and breakdetect error, SCI RX line has to be kept high when there is no communication.
Enable internal pullup on SCI RX pin and add an external pullup for this pin.
Regards,
Vamsi