--some updates

This commit is contained in:
Mysteo
2023-07-26 17:38:26 +03:00
parent d5989a496b
commit bfa9d67eb9
13 changed files with 222 additions and 34 deletions

7
Boot/memory_map.inc Normal file
View File

@@ -0,0 +1,7 @@
_flash_eeprom_emu_size = 0x1000;
_flash_eeprom_emu_address = 0x801f000;
_flash_main_prog_size = 0x1d000;
_flash_main_prog_address = 0x8002000;
_flash_boot_size = 0x2000;
_flash_boot_address = 0x8000000;