Hi,
Thank you for your message. Here is an update on the progress:
We log data on the NHS3100 while being battery operated. Once in a while, we bring it to an NFC field to download the data. Once coming out of the NFC field, we carry on logging data.
In the firmware, therefore, we want to go from Battery to NFC field for the source of power, and then go from the NFC field to Battery power.
We got the transition from NFC field to Battery power working, but we can't get the transition from Battery to NFC field to work... The voltage drops too much and triggers a Brown out...
We added 2x220nF capacitors on PIO03 and PIO07.
The oscilloscope screenshot shows the voltage dropping when transitioning from 3.3V to NFC field.
Ch1: PIO0_3 voltage - Ch3: GPIO set when forcing VNFC
I have attached the snippet of code in the Execute loop. It controls the GPIO (which should be at 1 for 60ms, then changes back to 0):
We would hope that there is a way to transition from the Battery to NFC field without triggering a BOD. Can you please confirm? And guide us on how to do this?