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.

TMS320F28035: Configure wait time for GPIO pins from peripheral pins

Part Number: TMS320F28035

I apologize if this has been answered elsewhere, but I am unsure how to search for this question.

Background:

I am working on fault cases for my I2C driver, and am trying to deal with the case about SDA line stuck low by other slaves, as discussed in http://processors.wiki.ti.com/index.php/I2C_Tips.

When I change the Gpio Pins 32 and 33 from their I2C peripheral configuration to GPIO inputs, is there any amount of time I need to wait before I read the pin state? Where would I look to find electrical settling time for this type of configuration change / GPIO input read?

I am running on a 60MHz operating frequency, and I intend to perform this check (change to gpio, Read, change back to I2C) as fast as possible, but I would like to be sure I'm not fooling myself timing wise. 

Thank you for any advice,

Neal