Hi Team,
We wanted to verify Sleep current numbers for nRF52833 SoC based custom development kit.
Is there any readily available firmware to verify these numbers?

Thanks,
venkatesh
For ION_RAMON_GPIOTE, in main application we can have handler by using nrf_drv_gpiote_in_init(PIN_IN, &in_config, in_pin_handler)
Similarly do we have any sample for ION_RAMON_GPIOTEPORT port event?
It's in the in_config parameter you pass to the function. The config parameter has a field called "hi_accuracy". If this is set to "false", the PORT event is used instead of the IN event.