Closed
Description
Hi @Serasidis
First of all, thank you very much for your excellent work!
Currently, STM32F1 handle the magic number thanks the battery backed register (DR10
):
STM32_HID_Bootloader/bootloader_F1/Src/main.c
Line 109 in 717419b
and STM32F4 thanks the battery backed SRAM region at 0.
STM32_HID_Bootloader/bootloader_F4/Src/main.c
Line 138 in 717419b
I wonder if it would not be better to unified them and use only battery backed register which is available across all series while backup SRAM not ?
And in this case, this could use a common DRx
index across all series, DR4
should be fine.
This allow to unified cores support.
Metadata
Metadata
Assignees
Labels
No labels