![]() |
nRF Connect SDK API 3.3.99
|
Data Structures | |
| struct | rram_wear_test_partition |
| Flash partition (or custom range) parameters for wear test. More... | |
Functions | |
| size_t | rram_wear_test_partition_count (void) |
| Get the number of entries in the partition table. | |
| int | rram_wear_test_partition_get (size_t index, struct rram_wear_test_partition *out) |
| Fill out with partition name and device byte range from the flash map. | |
| int | rram_wear_test (size_t index, uint64_t addr_start, uint64_t addr_end, bool force) |
| Run write/readback verify on a named flash region or custom range. | |
Writes 0x00 then 0xFF over a flash partition (or a forced custom range on the internal flash device) and verifies readback. Intended for bring-up / stress checks.