This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

RTC0 and SYSTEM OFF

Hi I m new to Nordic products and I m just evaluating the nrf5340-PDK. 

 is it possible to enter in SYSTEM OFF and wake up the CPU with RTC0 or RTC1 interrupt?

How To do?

Thank you!
emag 

Parents Reply
  • I m sending a packet using SHORTS and  mode Nrf_1Mb during a RTC0 Interrupt  in the Network CPU and the current consumption  is about 114-120uA. My problem is that i want to receive for a while after sending the packet but when in RX state the current is about 8 mA

    Enabling the DCDC the current goes to 3.4mA but the other board, waiting for the packet, it's no more able to receive the packet as before-

      NRF_REGULATORS_S->VREGMAIN.DCDCEN=REGULATORS_VREGMAIN_DCDCEN_DCDCEN_Enabled;
       NRF_REGULATORS_S->VREGRADIO.DCDCEN=REGULATORS_VREGRADIO_DCDCEN_DCDCEN_Enabled;

Children
No Data
Related