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

nrf5340 NET CPU RTC0,RTC1 stop to work

Hello, with the new version of the nrf5340 version D in the NET CPU RTC0 stops to work and the RTC0 IRQ is not called 

now for example the counter is stopped at 87 and the compare0 is 147  

the LFCLK results RUNNING

With the previous CHIP version B this was not happening. 

I checked the same problem in different boards

How to solve?  I have the project stopped like the RTC0

Emag

  • Thank you Simon, the solution in the link it's not easy to implement, i mean i don't know how to actuate it.

    BTW I found a workaround running the APP_CPU and waiting the NET_CPU startup.

    At startup the NET_CPU sets the same values for UICR, CTRL_APP.APPPROTECT as the CPU_APP

    then attaching the NET_CPU it seems to work. It's always a big trouble respect to just attach and debug.

    But this let me solve the problem of the firmware update in NET Flash that was not working properly.

    About RTC0,RTC1 i tried to stop again RTC0 waiting in _WFI for a GPIOTE event generated from the Accelerometer but i don't know why RTC0 seems not to restart.

    So for now i will disable just the interrupt and re-eneabling it at GPIOTE event, i hope this will reduce the power consumption.

    Thank you!
    Emag

Related