Hi.
I'm writing my own routines to manage the PN7150.
I have successfully managed to send the CORE_RESET_CMD command and get its correct response.
The next step has been to send the CORE_INIT_CMD command:
dominusdrr_0-1662066702699.png
And when reading the response, the third byte (not counting the initial I2C control byte) which is the payload length is equal to 25 (0x19).
dominusdrr_1-1662066903814.png
But according to the NCI specification it would only be 18 bytes:
dominusdrr_2-1662067358665.png
Is it an error or am I confused?
Regards