update gcc linker
This commit is contained in:
		| @@ -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.  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user