SBOSA15A september 2022 – may 2023 TMP1827
PRODUCTION DATA
Table 9-10 shows the program flow that the host MCU must execute for reading the IO from a device. The host selects the device it wants to communicate with and issues the GPIO READ function and the device returns the IO read register value along with the CRC for the byte. The device at this point shall again sample the IOs. If the host issues a bus reset during the sampling time, the device shall terminate the update process and it will hold the last sampled value. If the host continues, then the new sampled values shall be sent back by the device.
HOST TO DEVICE | DEVICE TO HOST | COMMENTS |
---|---|---|
Reset | Host sends reset to initialize communication | |
Answer to Reset | Device responds to initialization | |
MATCHADDR (55h) | Host sends address command to select specific device | |
DEVICE-1 ADDRESS | Host sends 8 byte device address for selecting device-1 | |
GPIO READ (F5h) | Host sends function command for GPIO read | |
IO Read Register | Device samples the GPIO and sends the IO read register data | |
CRC | Device sends CRC | |
IO Read Register | Device samples the GPIO and sends the IO read register data | |
CRC | Device sends CRC | |
Reset | Host sends reset to initialize communication | |
Answer to Reset | Device responds to initialization | |
MATCHADDR (55h) | Host sends address command to select specific device | |
DEVICE-2 ADDRESS | Host sends 8 byte device address for selecting device-2 | |
GPIO READ (F5h) | Host sends function command for GPIO read | |
IO Read Register | Device samples the GPIO and sends the IO read register data | |
CRC | Device sends CRC |