Fanis,
Did you solve the problem?
FYI, the "3" here is a constant, and is going to cause problems, since the 24LC256 needs a WORD addr.Code:I2CRead memSDA,memSCL,$A1,3,[text]
try:
Code:addr VAR WORD:addr=3 I2CRead memSDA,memSCL,$A1,addr,[text]
Bookmarks