nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
Hardware flash write protection.

API for write protection of flash areas using Hardware peripheral. More...

Functions

int fprotect_area (uint32_t start, size_t length)
 Protect flash area against writes.
 
int fprotect_area_no_access (uint32_t start, size_t length)
 Protect flash area against reads/writes.
 
uint32_t fprotect_is_protected (uint32_t addr)
 Check whether a block has already been protected.
 

Detailed Description

API for write protection of flash areas using Hardware peripheral.