This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

I2C Slave on RL78 Controller

I want to make my RL78 Controller I2C Slave device, Please advice hoe to do that ?

My programing software is CS+ CC.




[locked by: Sai (SWF) at 15:44 (GMT 0) on 20 Oct 2022]
Parents
  • You don't state which RL78 device that you are wanting to use, but first you would need a device with the IICA peripheral, as the SAU operating in "simplified IIC" mode does not support operating as a slave device.

    The code generator in CS+ (Applilet plugin) supports the IICA, I would recommend that you use this for a start.

Reply
  • You don't state which RL78 device that you are wanting to use, but first you would need a device with the IICA peripheral, as the SAU operating in "simplified IIC" mode does not support operating as a slave device.

    The code generator in CS+ (Applilet plugin) supports the IICA, I would recommend that you use this for a start.

Children