Adding initial dfu-upload code and debugging for Bootloader.
This commit is contained in:
parent
26b0a7e10d
commit
1acbc97e98
9 changed files with 125 additions and 96 deletions
|
@ -33,11 +33,13 @@ MEMORY
|
|||
{
|
||||
FLASH (rx) : ORIGIN = 0x0, LENGTH = 256K
|
||||
FLASH_APP (rx) : ORIGIN = 8K, LENGTH = 256K-8K
|
||||
FLASH_END (r) : ORIGIN = 256K, LENGTH = 32
|
||||
RAM (rwx) : ORIGIN = 0x20000000 - 64K / 2, LENGTH = 64K
|
||||
}
|
||||
|
||||
/* Starting Address of the application ROM */
|
||||
_app_rom = ORIGIN( FLASH_APP );
|
||||
_app_rom_end = ORIGIN( FLASH_END );
|
||||
|
||||
FlexRAM = 0x14000000;
|
||||
FTFL = 0x40020000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue