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
  • nrfjprog works through JLink though, i.e. it uses SWD, not UART.

    Which Python UART library are you talking about? I searched the repositories of Nordic and didn't find anything about UART. Do you mean nrfutil by any chance? Or the Python wrapper for nrfjprog? Those are the only two relevant repos I found in GitHub. Or are you talking about something in the SDK?

Children
Related