Skip to content

Commit da6839f

Browse files
committed
ToDo
1 parent 64b0a47 commit da6839f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

libraries/EEPROM/src/utility/stm32_eeprom.c

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,18 @@ extern "C" {
7070
#endif
7171
#endif /* E2BEGIN */
7272

73+
/* ToDo: Manage Dual Bank
74+
Be able to define the correct E2BEGIN
75+
- swapping
76+
- remapping
77+
- continuity
78+
FLASH_OPTR_DBANK
79+
LL_SYSCFG_BANKMODE_BANK2
80+
81+
To evaluate linker dependencies?
82+
*/
83+
84+
7385
#if !defined(DATA_EEPROM_BASE)
7486
static uint8_t eeprom_buffer[E2END + 1] __attribute__((aligned(8))) = {0};
7587
#endif

0 commit comments

Comments
 (0)