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.
Hello,
Please tell me about the timing of the sending and receiving data with a SCI SWRESET.
SciaRegs.SCICTL1.bit.SWRESET = 0;
SciaRegs.SCICTL1.bit.SWRESET = 1;
.
.
Set SWRESET to "1" when sending and receiving is possible?
Results verified with EVM
<send data>
after 1-bit data delay
<receive data>
after less than 1-bit data delay
Please tell me the time available to send and receive.
Koichi,
I am looking into this will update you when I know something.
Regards,
Cody
Koichi,
I can confirm your findings! For both receiving and transmitting the delay should be less than or equal to 1 bit timing. Often the RX delay is less because it is oversampled.
Transmit delay <= 1 bit timing
Receive delay <= 1 bit timing
Does this answer your question? If you have more questions please ask.
Regards,
Cody
Cody-san,
Thank you for the confirmation.
There is one question.
Is it OK to understand that a maximum delay of 1 bit occurs when returning from SWRESET as a specification of a device (peripheral)?
Best regards,
Koichi