Hello,
I'm looking for some hints implementing the triggered SENT protocol.
In the following document this is referred as SPC (Short PWM Code), which enhances the SENT protocol defined by SAE 2716. The receiver generates a trigger pulse on the communication line by pulling it low for a defined amount of time. This triggers the sensor to perform one SENT transmission.
https://www.nxp.com/docs/en/application-note/AN4219.pdf
There is this SENT receiver example for reference, which uses a FTM + DMA for receiving continues data. What would be a good approch to implement the synchronous mode instead?
Am I going to face problems when switching the FTM mode from output (Master trigger) to input capture (receive SENT transmission)? Using the DMA transaction for receiving data should be still possible, right?
I dont have a proper sensor to try it out yet. What are your thoughts about that SPC + S32K FTM.
Thank you in advance.