Dip on VDD line

Hi, 

The datasheet of nRF52810 says that, if the voltage drops below the operating voltage, the device shall undergo a brownout reset itself and it is supposed to work normally. But we are facing an issue that, when the voltage on VDD drops, the device works weird after that point.

The below given snapshot is the output from the digital multi-meter, and you can see a dip (1.58V, marked yellow). Does not the device reset itself in the below given case ? Why would the device behave abnormally after the dip ?  

Parents Reply
  • The chip will either trigger BOR (= stop executing code and start from beginning of main() when power rise again) OR it will run as normal, there is no state between these two (= it can never enter an corrupted state).

    However, have in mind that if you have any sensors connected, these sensors may also be reset at a different supply level, so have that in mind.

    Kenneth

Children
Related