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.

TMDXICE110: Finding low-level functions in SDK

Part Number: TMDXICE110

Hi all.  I've been spelunking through all the source code in my ~/ti/* tree looking for low-level functions to support porting my code from another processor to the TDXICE110.  I'm designing a board using this ICE as a model, and adding I/O and a few other features. 

I have an existing code base based on the Beckhoff SSC code, and it mostly fits right in to the TI SSC-derived code.  I'm using the RTOS based system, since for a future application this will be handy, but for this first product, a simple single-loop application works fine.

In our init code, I need to have a microsecond-level timer (spin-loop is fine) for reading a 1-wire EEPROM using bit-banging.  Is there such a thing somewhere in the voluminous code samples and drivers? 

Hints on where to find this kind of information in code or documents would be most welcome!

Thanks!

John