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

NRF52832 RAM Integrity Check with Bootloader and Soft Device

I'm working on a medical device that is using the NRF52832 chipset for communication.  One of the tests that I'm required to perform on startup is a RAM check. 

On the other processors in my system I have "free reign" over memory in the bootloader to perform said RAM integrity check.  

My question is:

Has anyone written a RAM integrity check for the NRF52832?  

How are the RAM regions effected by having a soft device enabled in the system?  

Is there any way to check the RAM that the soft device is using without messing up the soft device execution?  

Generally speaking these tests are performed in the bootloader prior to launching the application.  I'm using a bootloader and I'd like to add my code to the startup sequence prior to launching the application.  

Parents Reply Children
No Data
Related