update gcc linker

This commit is contained in:
hathach 2018-04-16 18:28:50 +07:00
parent 1739f79d51
commit 8281edab29
1 changed files with 2 additions and 2 deletions

View File

@ -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.