2012-03-26 01:26 PM
Has anyone come up with a way to use GPIO ports as I2C? My current app uses an external I2C mux to make three I2C channels. I would like to replace this HW with independent I2C output from the STM8. So I would have three I2C master addresses on the MCU.
Thanks
Jeff
2012-04-08 09:58 AM
I'd use any pin in the datasheet that have O1 as the speed and you should be set, I haven't looked at the ST Library code source but you might be able to copy that to get a good start.