This commit is contained in:
Mysteo91
2023-07-03 16:16:34 +03:00
parent d9d833c586
commit 5e6d9a3165
24 changed files with 1968 additions and 8839 deletions

9
memory_map.inc Normal file
View File

@@ -0,0 +1,9 @@
_flash_eeprom_emu_size = 0x1000;
_flash_eeprom_emu_address = 0x801f000;
_flash_supporting_area_size = 0x4;
_flash_supporting_area_address = 0x801effc;
_flash_main_prog_size = 0x1cffc;
_flash_main_prog_address = 0x8002000;
_flash_boot_size = 0x2000;
_flash_boot_address = 0x8000000;