Skip to content

Commit 21e2203

Browse files
author
Janne Kiiskila
committed
Add default TDBStore location for DISCO_H747I (end of BANK1)
Place it at the end of the bank1, last two erase sectors. As erase sector is 128 kB, default size must be double of that. This can't be in bank2 as that is apparently dedicated to the M4 core. Memory map is available in; https://github.com/ARMmbed/mbed-os/blob/master/targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/flash_data.h Memory map does not have this information, but issue [11617](#11617) has.
1 parent c514725 commit 21e2203

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+
"DISCO_H747": {
19+
"internal_size": "256*1024*1024",
20+
"internal_base_address": "0x080C0000"
21+
},
1822
"ARM_MUSCA_A1_S": {
1923
"internal_size": "0x8000",
2024
"internal_base_address": "0x00420000"

0 commit comments

Comments
 (0)