Hi all,
I would like to use the LIN module as second SCI interface and have some questions:
- The 20kHz baudrate limit seems to be valid only for LIN mode. In SCI mode, I can go up to 1MBaud - at least on my ezDSP. Is that correct or out of spec?
- How can I work with the buffers in SCI mode?
I would like to know the fifo level of the receive buffers when/before reading them. Is this possible?
I would like to poll the receive buffers and read them before they overflow.
Is there some combination of RXRDY and SCIFORMAT.LENGTH to get the fifo level?
Thanks!