Tool/software:
Hello Team,
We are planning to implement the One-Wire interface on the AM2432BSEFHIALVR using GPIO-based bit banging. Is this approach feasible using GPIO pins?
Regards.
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.
Tool/software:
Hello Team,
We are planning to implement the One-Wire interface on the AM2432BSEFHIALVR using GPIO-based bit banging. Is this approach feasible using GPIO pins?
Regards.
Hi Kadam,
Please allow some time to check this internally and revert back.
Regards,
Tushar
Hello Kadam,
The AM243x does not provide a dedicated One-Wire peripheral. One-Wire can be implemented by bit-banging a GPIO .
When implementing, you must maintain the precise Reset / Presence and ON/OFF bit slot timing windows required by One-Wire devices .My suggestion is go with simple state machine to implement the One wire protocol implementation for the RESET - > CMD - > Data slots .
Regards,
Anil.