Skip to content

Commit 8a0af60

Browse files
author
Veijo Pesonen
committed
LPC55S69_NS: Sets default TDBStore size to 32kB
Previously it was 2 pages - 1kB - which isn't sufficient to store Reserved Area and Master Record. Reserved are requires one page and Master Record takes two pages. With 512B page size and having two areas, active and inactive, the minimum size requirement becomes 2 areas * 3 pages = 3kB. That isn't enough to store any keys though.
1 parent 458f5f4 commit 8a0af60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

features/storage/kvstore/conf/tdb_internal/mbed_lib.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
"internal_size": "0x8000",
1616
"internal_base_address": "0x00028000"
1717
},
18+
"LPC55S69_NS": {
19+
"internal_size": "0x8000",
20+
"internal_base_address": "0x00090000"
21+
},
1822
"DISCO_H747I": {
1923
"internal_size": "2*FLASH_SECTOR_SIZE",
2024
"internal_base_address": "0x080C0000"

0 commit comments

Comments
 (0)