Hello,
I want to build in a reset function for handling certain error states on the 9160DK running nRF Conenct 1.6.0. In the datasheet it appears that nRESET is p0.32 and is active low. I checked in the .dts file and saw that there was not a pin 0.32 and also no reset device bound, so was not sure how to go about pulling the pin low to initiate the reset.
Is it possible to initiate a reset this way, and if so how do I go about it? Do I need to create a custom device in the .dts file assigned to p0.32 and then pull it low? Is it possible to pull a pin low without binding it in the device tree?
Thanks!