SPRADT3 June 2026 AWR2188
When AWR2188 SOP[2:0] is configured as 111, AWR2188 will communicate with the external processor through the I2C protocol. The pins used on AWR2188 are shown in Table 4-4. In the I2C protocol, SPI_BUSY and HOST_IRQ are also both necessary, used to synchronize I2C signals and trigger asynchronous events.
| SIGNAL_NAME | Description | APE PIN |
|---|---|---|
| MSS_GPIO_0 | Used by SPI_BUSY, I2C/SPI control signal | AF13 |
| MSS_HOSTIRQ | Used by HOST_IRQ, used to trigger asynchronous events | AF17 |
| MSS_I2CA_SCL | I2C clock signal | AF22 |
| MSS_I2CA_SDA | I2C data signal | AF23 |
| MSS_GPIO_2 | Used by I2C_ADDR_0 in SOP_I2C | AF6 |
| MSS_GPIO_4 | Used by I2C_ADDR_1 in SOP_I2C | AF20 |
| MSS_GPIO_5 | Used by I2C_ADDR_2 in SOP_I2C | AG22 |
The I2C address of AWR2188 is configured according to the following format. The last three bits of the I2C address can be customized by the user according to needs, ranging from 0101000 to 0101111.
| AWR2188 I2C ADDRESS | ||||||
|---|---|---|---|---|---|---|
| 0 | 1 | 0 | 1 | MSS_GPIO_5 | MSS_GPIO_4 | MSS_GPIO_2 |
The entire I2C protocol is consistent with the SPI protocol. SPI and I2C use exactly the same underlying drivers, so the I2C protocol of AWR2188 can be analyzed with reference to the SPI protocol. However, since AWR2188 has only one data line (I2C_SDA), the verification signal will be turned off in I2C mode, and the external processor will not receive the verification signal returned by AWR2188.