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.

TMS320F280025C: How to use SCI nonblocking recieve?

Part Number: TMS320F280025C

Tool/software:

Hi Team,

Best Regards,

Zane

  • Hi Zane,

    In this case, since the function is called from the RX ISR, it is safe to call the blocking function. It will only be blocked in that function if there are no received characters, and we know that a character has been received if the RX ISR is being executed. 

    If you would like to do a non-blocking receive instead, you can switch this function call to LIN_readSCICharNonBlocking().

    Best Regards,

    Delaney