* MCU debug/programming interface, connects to SBW RST on TI LaunchPad ez-FET header
* T5 - `SBWTCK`
* MCU debug/programming interface, connects to SBW TST on TI LaunchPad ez-FET header
* T6 - `GPIO1`
* General purpose I/O for debugging, pin P4.4 on MCU, hardware serial port on MCU (TX)
* Currently outputs a LOW when interrupts are enabled, and outputs a HIGH when interrupts are disabled (during reception of byte during timer operation)
* T7 - `GPIO2`
* General purpose I/O for debugging, pin P4.5 on MCU, hardware serial port on MCU (RX)
* Currently toggles state when the `MCU_DATA_IN_3V3` signal is being sampled
* T8 - `MCU_DATA_OUT_3V3`
* Controls transistor for DATA signal
*`MCU_DATA_OUT_3V3` LOW = transistor off = DATA line pulled HIGH (`5VISO`) by pull up resistor
*`MCU_DATA_OUT_3V3` HIGH = transistor on = DATA line pulled LOW (`GNDISO`) by transistor
* T9 - `MCU_DATA_IN_3V3`
* Level shifted version of `KFD_DATA_IN`
* T10 - `MCU_SENSE_OUT_3V3`
* Controls transistor for SENSE signal
*`MCU_SENSE_OUT_3V3` LOW = transistor off = SENSE line pulled HIGH (`5VISO`) by pull up resistor
*`MCU_SENSE_OUT_3V3` HIGH = transistor on = SENSE line pulled LOW (`GNDISO`) by transistor
A external logic analyzer can be connected to monitor the TWI signals independent of the KFDtool. The TWI physical protocol is close to a UART signal, and therefore UART protocol decoders of logic analyzers can be used.
There is no stop bit in the TWI protocol, where a stop bit is part of the UART protocol. The logic analyzer reports a framing error where it expects a stop bit, however this can be safely ignored.