This commit is contained in:
Mysteo91
2023-07-20 14:45:43 +03:00
parent 5a2dc014b0
commit 4996465507
6 changed files with 28 additions and 15 deletions

View File

@@ -34,7 +34,7 @@
/* Entry Point */
ENTRY(Reset_Handler)
INCLUDE memory_map.inc
INCLUDE Boot/memory_map.inc
/* Highest address of the user mode stack */
_estack = ORIGIN(RAM) + LENGTH(RAM); /* end of "RAM" Ram type memory */