Hello!
I'm using picbasicpro 2.50b and having 2.2kohm pull-ups on SCL and SDA. I'm able to use the i2c for reading and writing an external eeprom. However, I'm not able to read with I2CREAD Epson (Toyocom) RX8025 RTC. Can see with the oscilloscope (on SCL and SDA) that the RTC is running but I2CREAD throws the control to the label (error label). I can't understand why this is not working:
I2CDevice = $65 ' =read device
I2CAddress=$04: I2CREAD sda,scl,I2CDevice,I2CAddress,[second],error
As said, no problems with i2c eeprom, but rtc read jumps direclty to "error".
And no problems to write it, but reading....
Have you used Epson RX8025?
Hoping somebody could give some hints what is going on... Thank you![]()
Bookmarks