I am measuring current on the nRF52840 when UARTE + GPIOTE are running (and sd_app_evt_wait() is called in the meantime), and I see about 1.2mA average current. On the nRF52832, the same app (it is just rebuilt for nRF52840) draws around 700uA, which is a significant change.
Is this difference expected? Is it due to the GPIOTE errata (extra 400uA)? If it is due to the GPIOTE errata, is there any way to bypass it while UARTE is active? I see 0.8mA mentioned in other posts regarding UARTE on the 840, but I'm not sure where that number actually comes from with regards to the datasheet.
Any guidance would be appreciated. Thanks!