I2C and Processor Expert

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I2C and Processor Expert

2,592 Views
datamstr
Contributor II
I created a new QG8 project using CW 5.1. When I add the I2C Bean and change mode from "Master" to "Slave", I get an error message "This operating mode does not implemented yet". Is this true that "Slave" Mode is not supported in PE? Also, there is an inheritance error that comes up for the SCL and SDA pins.

Thanks,
David
Labels (1)
0 Kudos
Reply
2 Replies

770 Views
mstrocka
Contributor I
You have probably selected "SW_I2C" bean, which uses general purpose pins and SW algorithm to generate IIC protocol(Master mode only). QG8 has also I2C peripheral module used by "InternalI2C" bean, which supports master mode and slave mode too.
0 Kudos
Reply

770 Views
datamstr
Contributor II
Yes, you are correct, that is what I did.
 
Thanks for your help!
David
0 Kudos
Reply