How to configure FLEXIO to parse SENT receive protocol?
Hi,
as you know from your different thread FlexIO cannot be used to implement SENT receive functionality due to missing capture function. Thus the functionality must be emulated by other modules. Usually timer with input capture feature and DMA is used.
Attached you have demo example done by Apps team to show possible SENT RX implementation on the S32K144.
Hope it helps.
BR, Petr
thanks.