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:
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