JFlash to read nRF52832 serial number

Hello,

I am developing a solution based on nrf52-DK, using nRF52832.

I am trying to use JFlash to read Device Serial Number.

I could read it with JLink , with command "mem32 0x10000060 2"
I could read it with nrfjprog , with command "nrfjprog --memrd 0x10000060 --n 8"

But I cannot get it with JFlash, I tried "JFlash.exe -openprj nrf52_dk.jflash -readrange 0x10000060 8 -exit"
but nothing is read actually, message shows 0 bytes are actually read : "Target memory read successfully. (0 bytes, 0 ranges) - Completed after 0.185 sec"

Do you have any suggestion on how to read serial number with JFlash  ?

Thanks

Parents Reply Children
Related