2021-09-21 03:04 AM
Would it be possible to have a description of i2c read / i2c write commands (start condition, ack, end condition ... ). I cannot find this description in STSAFE datasheet.
best regards,
Thierry
2021-09-21 09:49 AM
Hello, here is one precision about what "not working" means:
Do you have any idea about where this could come from ?
Best regards
Thierry
2021-12-03 06:19 AM
Hi Thierry,
Could you share a capture of the I2C communication between your ESP32 and the STSAFE-A110 ?
Error 0x01 reported by STSAFE-A110 is general communication error, generally link to wrong CRC at the end of the command.
Thanks,
Best Regards,
Benjamin BARATTE
2021-12-03 06:28 AM
Hello Benjamin,
Thanks for you reply - I have finally solved my issue. I was not executing the proper I2C sequence for reading the response. I have rewritten my read() service based on some esp32 examples (my project uses esp32) and it works now,
Best Regards
Thierry