please give me help on how to make the RL78 Controller into an I2C Slave device.
CS+CC is the programming language I use.
Sign Up to our social questions and Answers Engine to ask questions, answer people's questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people's questions & connect with other people.
Volt.Tech
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Hi Rudrakant, To se RL78 controler as a slave you need to use IICA port pins. IICA setting has been provided in code generator as shown below SERIAL->IICAn->Slave Simplified IIC wont support slave mode. Thanks Rahul B
Hi Rudrakant,
To se RL78 controler as a slave you need to use IICA port pins.
IICA setting has been provided in code generator as shown below
SERIAL->IICAn->Slave
Simplified IIC wont support slave mode.
Thanks
Rahul B
See less