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

Readback protection.

How can I protect nRF52840 from flash (excluding virtual pages) readback.

I want to have a virtual site available for reading via nRF Connect.

Parents
  • I do not see any easy way to achieve this, it's not possible to only partially enable readback protection over SWD. So you would need to protect the entire flash, and for instance the application can have some commands over a serial interface (for instance UART) where the application make it possible to access only part of flash.

    Best regards,
    Kenneth

Reply
  • I do not see any easy way to achieve this, it's not possible to only partially enable readback protection over SWD. So you would need to protect the entire flash, and for instance the application can have some commands over a serial interface (for instance UART) where the application make it possible to access only part of flash.

    Best regards,
    Kenneth

Children
Related