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

RAM reset after softreset | nrf52832 | sdk 15.2 | softdevice 6.1.0

Hi,

I need to reset RAM after softreset. As I read product specification, RAM cannot be cleared after softreset or CPU lockup.

Please see below image for reference.

How can I clear total RAM after softreset( NVIC_SystemReset() )?

Parents Reply
  • Hi ,

    yes, I am only getting this one. I am not confirm about hardfault is due communication error or not.

    Actually when I kept my device on for long time, after some time( 1-2 days or once in day )nordic not responding to other MCU. when I power OFF and ON device again it works ok.

    today I got one point that I have not used uart flush in application anywhere. so I;ll add it now. will this affect something?

    there may stack overflow due to that may cpu lockup but I need to confirm it.

    can I enable hardfault handler? what does this do?

Children
Related