sw/ocd: fix ld memory origin

This commit is contained in:
NikLeberg 2024-09-07 10:21:18 +00:00
parent 3d3d91d4e6
commit 65d54657a4

View file

@ -17,7 +17,7 @@ ENTRY(__start)
MEMORY
{
debug_mem (rx) : ORIGIN = 0xFFFFF800, LENGTH = 128
debug_mem (rx) : ORIGIN = 0xFFFFFF00, LENGTH = 128
}
SECTIONS