1 Wire Protocol

Hi,

I have a Dallas Semiconductor DL2417 RTC chip which uses a 1 Wire Protocol which is connected to a GPIO on the Wi-EM board. I need to send/receive bits with .25uS intervals. Is there away to set the cpu ticks to .25uS so I can use the thread.Sleep api for the pauses ?
Does anyone ever implemented a 1 Wire Protocol that can share some sample code and configuration on the module ?

Thanks

You should try with the Timer 2: set the reload value to 25µs.

Paul

Thanks Paul,

I will try that and let you know.