Some initial bringup of the dfu bootloader on the mk20dx256vlh7
This commit is contained in:
parent
46fc3e596b
commit
e41444304b
17 changed files with 249 additions and 65 deletions
|
@ -50,12 +50,10 @@ SECTIONS
|
|||
{
|
||||
.text :
|
||||
{
|
||||
. = 0;
|
||||
KEEP(* (.vectors))
|
||||
. = 0; KEEP(* (.vectors)) /* MUST BE AT 0 */
|
||||
*(.startup*)
|
||||
*(.rodata*)
|
||||
. = 0x400;
|
||||
KEEP(* (.flashconfig))
|
||||
. = 0x400; KEEP(* (.flashconfig)) /* MUST BE AT 0x400 */
|
||||
*(.text*)
|
||||
. = ALIGN(4);
|
||||
KEEP(*(.init))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue