Hi,
I bought a second nrf52833-dk. After I program my code on it, I can't debug or read the code because read protection is on. This is strange, because I didn't program it like that. I program the board like this:
nrfjprog -f nrf52 --program [name_of_file].hex --chiperase
Which I also use for the other dk and there no read protection is on.
It makes it even stranger if I program an example from Nordic, that the read protection is not on. Is there something in my code, which triggers a read protection on the new DK and not on the older DK because it has an older chip version or something? And what could cause the read protection in the software code