Hi,
I want to see the firmware of nRF52832, how can I reach the firmware of this chip?
Thanks in advance.
Hi,
I want to see the firmware of nRF52832, how can I reach the firmware of this chip?
Thanks in advance.
Hi,
The nRF52832 ships with an empty flash, so there is no firmware on it from the factory. You can read out the flash using a debugger, such as a SEGGER J-Link variant. Assuming you have a SEGGER debugger (stand alone or using a nRF52 DK), you can use "nrfjprog --readcode
".
(If you want to develop for the nRF52832, then you should look at the nRF5 SDK).
You can read out the flash using a debugger
Can the nRF52832 be "locked" to prevent reading? I couldn't see it mentioned in the datasheet.
I want to see the firmware of nRF52832
Why do you want to do that?
What you will get from reading the chip will be just raw binary - you will not get any source code!
Yes, it has an optional Access port protection (often called "read-back protection") mechanism. If enabled, the only way to disable it is to do a full chip erase, so that an attacker won't access any data from the flash.
Thanks - I thought it must have!
I was looking at an old datasheet which didn't mention that.
Seyma Tutuncu - if the chip you have is "locked", you cannot read anything from it at all.