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

a way to read the flash memory over UART without uploading a firmware to the target chip? (nrf52)

nRF52832 / SDK V15

Hello,

Is there is way to read the nRF52 flash memory (any location if possible) over UART without uploading a program in the flash memory for that? (because there might be already a firmware there

we don't want to alter)

Basically, it's like asking how "nRF Connect/ Programmer" app can display the flash memory map...

My first guess would be to upload and run a small sketch in the RAM of the target chip and only in there.

Thanks.

Parents Reply Children
Related