Tool/software: TI-RTOS
Hi,
I am trying to implement one-wire protocol for m3.
Basically, we want to use microcontroller to talk to one-wire eeprom.
And one-wire protocol is happening in 60us to 80us range.
However, in M3 config file, i saw this,
* Default value is family dependent. For example, Linux systems often only
* support a minimum period of 10000 us and multiples of 10000 us.
* TI platforms have a default of 1000 us.
*/
Clock.tickPeriod = 1000;
Q1: Can TI platform handle us operations?
Q2: if it can, does TI have any example for one-wire?
Thanks.