Update linker script to reserve first word for startup synch loop

This commit is contained in:
Riccardo Tedeschi 2023-10-25 10:26:10 +02:00
parent 28b2b3638a
commit 3ea7b1bba6

View file

@ -4,7 +4,7 @@ ENTRY( _start )
MEMORY
{
L2 : ORIGIN = 0x1c000000, LENGTH = 0x0007fffc
L1 : ORIGIN = 0x10000000, LENGTH = 0x0000fffc
L1 : ORIGIN = 0x10000004, LENGTH = 0x0000fff8
}
/*