In transceiver receive mode is there an FCS check or do we receive all packets regardless of FCS being correct?
Is this different for SL_SOCK_RAW vs SL_SOCK_DGRAM? i.e. does an L1 or L2 socket throw away frames with invalid FCS in transciever mode?
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.
In transceiver receive mode is there an FCS check or do we receive all packets regardless of FCS being correct?
Is this different for SL_SOCK_RAW vs SL_SOCK_DGRAM? i.e. does an L1 or L2 socket throw away frames with invalid FCS in transciever mode?
Hi Dan,
FCC packets are filtered and discarded by the hardware, we only maintain a counter for the number of FCC errors.
Regards,
Ankur
Edit: removing link and adding original response.