Part Number:MSP430FR6989
Hi Everyone,
I am referring to this single-wire interface solution posted on TI-website:: http://www.ti.com/lit/an/slaa768/slaa768.pdf
The above solution is based on MSP430FR2XXX devices.
The issue I have is the slave-device communication with MSP430FR6989 has LOGIC-1 pulse width of 2uS and LOGIC-0 pulse-width of 10uS. Generating a pulse-width of 2us is the challenge here.
I have tried GPIO bit-banging and the pulse widths I am seeing is 3.5uS.
Is there a way I can generate the pulse width of 2uS using the bit-banging and/or using TIMERS?
Would really appreciate your feedback and support.