Version: **
Translation - Japanese: FCR4 MCUの送信後にI2Cモジュールを無効にするシーケンス - KBA211486 - Community Translated (JA)
Question:
What is the right way to disable the I2C module after the I2C transmission is completed for FCR4 MCUs?
Answer:
If the I2C module has to be disabled after a transmission, it is necessary to give time to the module to reach the idle state. There is a bit flag in the register I2Cn_IBCSR called BB (Busy Bit) that is ‘1’ while the communication is in progress and ‘0’ when the communication is ended and the module is in idle state. So the user must check this Busy Bit to ensure that the module is in idle state, and then disable the module.
Disabling the I2C module is not necessary for normal I2C operation.
Show Less