From: Nathael Pajani Date: Tue, 11 Aug 2015 18:49:55 +0000 (+0200) Subject: user information block cannot be programmed using ISP mode. It must be done using... X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=0d539a4fae0430e043a5f815575e395229f087a0;p=soft%2Flpc122x%2Fcore user information block cannot be programmed using ISP mode. It must be done using IAP. --- diff --git a/lpc_link_lpc1224.ld b/lpc_link_lpc1224.ld index 16b01a2..aba744d 100644 --- a/lpc_link_lpc1224.ld +++ b/lpc_link_lpc1224.ld @@ -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 = .;