Hi :
we met some quesiton when using nRF52840:
1. Is it possible to drive a pin to high or low in sleep mode? For eg. we would like to put pin P0.12(may be other pins)to high during sleep(fully 256kRAM retaention), is it possible?
2. For the Recommended usage of the nRF52840 pins, most of the pins are marked as "standard drive,low frequency I/O only". what does "low frequency I/O only" .As specified in the note, the max frequency of the low frequency I/O signal is 10kHz. Does it means that the max input/output frequency of the pins is only 10kHz?
But accordiing to Part “6.17 PWM-Pulse width modulation” , all the GPIO can be configured a PWM outpint through PSEL.OUT[n], and the maxoutput frequecy of the PWM can be higher than 10kHz.we have test the waveform of the pins at 50kHz, it's ok.
So i'm little confused by "low frequency I/O only" . Will frequecny higher than 10kHz reduce the lifetime of the MCU or may damaged the MCU?
3. What's the fucntion of the pin P0.18/nRESET during MCU start up? Will low signal on P0.18/nRESET keep the MCU in reset mode during startup? or P0.18 is just a GPIO, low signal on P0.18 will not keep the MCU in reset mode during start up and RESET function will available after configureing.
Thanks very much!
Best regards!