Hello,
I want to understand does API function
I2CMasterControl(uint32_t ui32Base, I2C_MASTER_CMD_BURST_RECEIVE_START)
increments the address of register with which reading began? I want to read from peripherals FIFO buffer and have an address of its register.
What occurs on next cycle, when I use function
I2CMasterControl(uint32_t ui32Base, I2C_MASTER_CMD_BURST_RECEIVE_CONT) ?
Regards