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

How to use J-link to encrypt nRF51422?

Hi guys First of all, I know nRFgo can be very convenient for application encryption, but in order to improve the mass production efficiency,I merged the application code with softdevice then load the merged hex file by J-flash

The question is, how the j-link achieve readback protection without modifying software(Because our customers have confirmed the software)?

Our local Nordic FAE provides a method by setting j-flash as follows: image description 0x0003C000 is the starting address of application

But a bug has occured! When using this setting load hex file : condition one:if I connect directly with the nRFgo after loading hex file, I still can read the code;condition two:if I try to read application code by j-flash after loading hex file immediately,the readback protection come into effect ,then connect with nRFgo ,readback protection Is also valid so I got very confused

Related