Hi there,
Just to let you know that i use S32k14x EAR SDK v08.6 for my coding
I have a module (Steering Lock). Which operates in a single wire communication protocol.
So, i am having trouble to figure out how to enable the communication between the module and my S32k146. The following are my queries .
1. Wiring Connection:

The above is the wiring details of the module. So the signal feedback wire (green), to which pin of the S32k146 i can connect this and how can i enable that signal in embeded terms based on the current.
2.Establishing Communication.
The fowwling is the lock vendor provided example. How can i acheive this
Example:
Host: controller
Slave:Steering lock
Lock: The host send out data:0xAAAA(Two-bytes) when the slave receives the
commends,it will extend the lock tongue to lock the steering lock and then reply its
current status.
Open: The host send out data: 0x5555(Two-bytes) When the slave receives the
commends,it will pull the lock tongue to open the steering lock and then reply its
current status.
If the slaves receives other commends,it will ignore it and will not do any things.
Can someone assist me with this. It would be a great help for me. Thanks in advance