I'm using the nRF52832 in an energy harvesting application, where I need to cold-start the device and set a GPIO output high in under 50ms in order to latch the power supply. From everything I can tell in the spec, this should not be a problem at all, however in even the simplest application this is taking about 350ms to happen. I'm using the Connect SDK which might be the problem, but that still seems like quite a bit of latency.
Any ideas whether this is possible on this device (preferably with the Connect SDK), and where I might look to fix this issue?