Hello @EduardoZamora
Thanks for the quick feedback. We are not doing software development on it, so LPC FW has not been touched. I did install the drivers as in the guidlines and NFCockpit is generally working fine with whatever commands I am using. I also tried to reinstall the drivers just in case and I am using the latest version of NFCCockpit 8.1.0.0.
For the scenario, I am doing the following steps, with a Type A PICC:
- Activate Layer 3 -> OK
- Activate Layer 4 -> OK
- Select NDEF file (data exchange 00 A4 00 0C 02 E104) -> OK
- Read X bytes (data exchange 00 B0 0000 XX)
- This is OK up to 0x36 bytes
- This fails with 0x37 bytes
Checking the log file of NFCCockpit, I am getting the same error as when I am using the UcBalPCTestApp.exe tool: From 0x37 bytes, the it seems the packets are split in chunks of 64-byte packets for some reason.
Comparing the 2 logs, could it be related to the "Unable to load ADB process. Check if adb is part of environment variable" exception?
Thanks!