Tool/software: Code Composer Studio
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Here comes the original test. It is to notice that TransBuffer can set to be arbitrary values, TransBytes is fixed to 32.
Henry,
When you write to I2CMDR register using I2C_putMasterData function it takes atleast 10us (when operating at 100KHz) for I2C bus to transition from bus idle state (I2CMCS.BUSY = 0) to busy state (I2CMCS.BUSY = 1). This is because at 100 KHz, each clock transaction take 10 us. Since you issuing I2C_MASTER_CMD_BURST_SEND_FINISH command, it completes transmitting byte and then issues STOP condition.
Regards,
Manoj