Hello Daniel,
Thank you for your response.
I will consider testing with an NXP kit, but I don't have any of them right now.
However, I am currently facing some issues with the power lines and would like to confirm whether my setup is correct, regardless of the microcontroller used.
This is what I have at the moment:
VDD_PAD = 1.8V
VDD_UP = VBAT = 5.0V
According to the documentation, VDD(TX) should be 5.0V - 0.3V, if I understood correctly, but I am measuring 2.4V instead.
At a firmware level, I only changed this value from 1 to 2:
#define NXP_TVDD_CONF 2 // 1=3.3V, 2=4.75V
I am observing the following behaviour in my setup:
A voltage drop occurs immediately after sending the RF Discovery command. And transient signal disturbances were still observed.
Following this disturbance, the PN7160 stops responding over I2C, consistently returning NACK to all subsequent communication attempts. Additionally, the IRQ signal remains inactive, indicating that the device is no longer detecting events or responding as expected.
The power supply should be sufficient, so I don’t believe this is the root cause.
This behaviour is completely repeatable, occurring in the same way on every attempt.
Could you confirm if these voltage levels are appropriate and if there are any additional steps I should take to debug this issue?
Best,
Marco