update gcc linker
This commit is contained in:
parent
1739f79d51
commit
8281edab29
@ -13,8 +13,8 @@ MEMORY
|
||||
*/
|
||||
FLASH (rx) : ORIGIN = 0xF4000, LENGTH = 0xA000 /* 40 KB */
|
||||
|
||||
/** RAM Region for bootloader. This setting is suitable when used with s140. */
|
||||
RAM (rwx) : ORIGIN = 0x20004000, LENGTH = 0x4000
|
||||
/** RAM Region for bootloader. */
|
||||
RAM (rwx) : ORIGIN = 0x20003400, LENGTH = 0x20007F80-0x20003400
|
||||
|
||||
/** Location of non initialized RAM. Non initialized RAM is used for exchanging bond information
|
||||
* from application to bootloader when using buttonluss DFU OTA.
|
||||
|
Loading…
Reference in New Issue
Block a user