user information block cannot be programmed using ISP mode. It must be done using...
authorNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 11 Aug 2015 18:49:55 +0000 (20:49 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:04 +0000 (17:03 +0100)
lpc_link_lpc1224.ld

index 16b01a2..aba744d 100644 (file)
@@ -50,17 +50,6 @@ SECTIONS {
                *(COMMON)
                _end_bss = .;
        } >sram
-
-       . = ALIGN(4);
-
-       .user_information_block :
-       {
-               _start_info = .;
-               *(.user_information_block*)
-               _end_info = .;
-       } >info
-
-       . = ALIGN(4);
 }
 
 _end = .;