This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Power consumption for nrf52 with TWI & GPIOTE

Hi,

I have an issue about power consumption with a board nrf52 10040. The consumption should be 100µA but is 500µA. I found an errata about that in 'infocenter.nordicsemi.com/.../nRF52832_Engineering_C_Errata_v1.5.pdf' (3.27).

I tried to do what is written. The consumption is at 100µA but have some trouble on TWI. I can't communicate in TWI with the modules after that.

I have some question about this errata:

  • The errata is just about TWI. So, I can init gpiote where i want?
  • All I need is to paste the patch and call 'nrf_drv_twi_init' & 'nrf_drv_twi_enable' after that?

Thanks in advance.

Related