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

Power On Reset doesn't work

I found a problem of the nRF51822 in boot state.

Power on reset is not executed occasionally when used dying battery.

The problem occurs in the following steps:

  1. Connect the dying CP2032 around 2.85 [V].
  2. Remove it.
  3. Reconnect it when VDD-GND voltage of the board is 0.4 [V] ~ 0.5 [V].
  4. main function is not executed, the state of being in SYSTEM OFF MODE.

Frequency of occurrence is about once in 10 times.

My environment is as follows:

  • nRF51822 Revision3
  • SDK10.0.0
  • SoftDevice S110 Ver8.0.0
  • FW : ble_app_beacon (sample application)
  • Custom board

Circuit configuration

  • Bypass capacitor (0.1uF) is connected to the nRF51822.
  • The capacitor (10uF) is connected to power line of board.
  • Power supply IC is not used.

Is there any conditions that power on reset is not executed?

Related