Unkwon Resets after Long runtime ; Several Hours

To whom it ma concern,

we observed Unkwon Resets after Long runtime ; Several Hours.

We use the NRF52840.

After the reset bit 1 in RESETREAS is detected .

BUT investigation with a scope shows no valid change for the physical reset pin.

WE do noticed some changes in the VDD voltage but within valid working range.

I stepped over the description of the NRF52832:

Is it possible this is valid for the NRF52840 as well?

AND this behavior sets bit 1 in RESETREAS ?

Regards

Kristijan

Parents
  • Hi Stian,

    When the reset pin ist activated the pin in RESETREAS is set as expected.


    The problem is the other way around, reset pin is reported in RESETREAS but the pin was never set.

    In the scope picture line 1 (yellow) is the reset, it never goes below a treshold to become a valid reset.

    In the scope picture line 2 (blue) is VDD supply. It has a dip in the voltage for a short time.

Reply
  • Hi Stian,

    When the reset pin ist activated the pin in RESETREAS is set as expected.


    The problem is the other way around, reset pin is reported in RESETREAS but the pin was never set.

    In the scope picture line 1 (yellow) is the reset, it never goes below a treshold to become a valid reset.

    In the scope picture line 2 (blue) is VDD supply. It has a dip in the voltage for a short time.

Children
  • Hi,

    krisnov said:

    When the reset pin ist activated the pin in RESETREAS is set as expected.


    The problem is the other way around, reset pin is reported in RESETREAS but the pin was never set.

    Yes, I understand that the problem is that RESETREAS is reported even if the pin was never set. So to figure out if these resets are actually related the internal pin reset circuitry or not, it would be nice to do some tests to narrow down the problem. Hence my questions in the previous reply. If you disable the pin reset functionality in UICR, do you still get resets? And if so, what is the RESETREAS now?

    Note that in order to disable pin reset, the UICR will have to be erased, and you have to make sure that PSELRESET[n] is not rewritten by the firmware.

    On the scope are you able to zoom in to about 10 us/div?

Related