Hi Team,
I am facing an issue while trying to communicate with the SE052F over I2C using the Plug & Trust Nano Package.
According to the AN14277 application note, I configured the SCP03 keys as follows:
ENC Key: 3ae441c747e32ebc16b3bb2d843c6dd8
MAC Key: 6c18f3d08fee1cb96a3c8de5d3538aaa
However, Se05x_API_SessionOpen consistently fails.
System Information
Platform: Raspberry Pi
Package: Plug and Trust Nano Package v1.5.4
Example used: ex_se05x_GetInfo
Log Details:
./ex_se05x_GetInfo
Se05x Getinfo Example !
Plug and Trust nano package - version: 1.5.4
I2C driver supports plain i2c-level commands.
APDU Tx> :00 a4 04 00 0b d2 76 00 00 85 30 4a 43 4f 90 03 00
Failed writing data (nrWritten=-1).
Se05x_API_SessionOpen failedError in Se05x_API_SessionOpen
SE05x Getinfo Example Failed !
I2C Detect details in Raspberry Pi:
flexxon@raspberrypi:~/SE050/NEW-NANO/se052f/nano-package/examples/se05x_GetInfo/linux/build $ i2cdetect -y 1
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- 48 -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
Thanks,
Sureshkumar R