Part Number: LP-MSPM0C1104
Tool/software:
I implemented it according to the example "i2c_target_rw_multibyte_fifo_interrupts"
The master side communicates normally with the MCU through I2C
However, the master side will fail to read the MCU.
I added log to view the event status in interrupt and got the following results
DL_I2C_IIDX_TARGET_START
↓
DL_I2C_IIDX_TARGET_RXFIFO_TRIGGER
↓
DL_I2C_IIDX_TARGET_START
↓
DL_I2C_IIDX_TARGET_STOP
The event DL_I2C_IIDX_TARGET_TXFIFO_TRIGGER cannot be entered.
I tried setting to enable TXFIFO_TRIGGER in syscfg
But the result is still the same
Is there anything else I need to set?
In addition, how do I know whether bit 0 of address is 1 or 0? (read or write)