Other Parts Discussed in Thread: EK-TM4C1294XL, TMDSEMU110-U, CCSTUDIO
Hello,
I am using the TM4C1294NCPDT MCU with TI-RTOS 2.16.0.08 and am having an issue with a pair of GPIO's that I am using.
I configure the GPIO's as inputs with external pull-up to VCC. When the MCU is running, the GPIO voltages are, as expected, VCC but during the reprogramming sequence, before the code is even loaded into the chip, the pins are observed to drive low (to 0) for approximately 20uS before returning back high. I do not understand why this happens as the pins are configured as inputs, have nothing else connected to them other than the pull up resistor, and never get set to outputs in the code.
My application cannot tolerate these pins going low for this time and the pins must remain at VCC during the reprogramming sequence. I believed that, when set to program, the MCU is in reset and so the GPIO's are held in high Z mode. Thus I do not understand why these two pins behave like this.
What would cause the GPIO's to be driven low during the re-programming cycle?
Thank you,
svl123