I am trying to couple an RFID reader over I2C.
When I try to write on the I2C bus I get the ADL_RET_ERR_PARAM value returned.
Writes to other, previously working I2C devices, on the bus seem to fail as well when I attach the RFIDreader to the bus.
Writes to non-existing addresses on the bus give me the same error.
How should debug this? I guess there is a problem with the RFID reader or the I2C connection, but I am not sure.
Help appreciated
Edit:
I had connected the wrong pins of the RFID reader
Now the other devices are still working but the RFID reader still gives me this error when writing to it.