Skip to content

Commit 3ef7687

Browse files
committed
STM32N6xx: remove signature from non-signature linker script
1 parent 962fddf commit 3ef7687

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Linker/STM32N6xx_EXT_FLASH.ld

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ _Min_Stack_Size = 0x1600; /* required amount of stack */
4444
/* Memories definition */
4545
MEMORY
4646
{
47-
SIGNATURE (rx) : ORIGIN = 0x701003C0, LENGTH = 64 /* Never written to the FLASH, it is for binary signature. */
4847
ROM (xrw) : ORIGIN = 0x70100400, LENGTH = 255K
4948

5049
AXISRAM1 (xrw) : ORIGIN = 0x34000000, LENGTH = 1024K

0 commit comments

Comments
 (0)