Hi All,
I have an issue with bootloader, in this i am successfully transferred application but after that my application not started.
i am just upgrading the sdk from 11.0 to 14.2.
i am uploading the both version's bootloader memory addresses. please look at this and suggest me next stop.
this is the memory address in 14.2
MEMORY
{
FLASH (rx) : ORIGIN = 0xf3000, LENGTH = 0xb000
RAM (rwx) : ORIGIN = 0x200027e0, LENGTH = 0x3d7a0
uicr_bootloader_start_address (r) : ORIGIN = 0x10001014, LENGTH = 0x4
bootloader_settings_page (r) : ORIGIN = 0x000FF000, LENGTH = 0x1000
mbr_params_page (r) : ORIGIN = 0x000FE000, LENGTH = 0x1000
uicr_mbr_params_page (r) : ORIGIN = 0x10001018, LENGTH = 0x4
}
this is the memory address in 11.0
MEMORY
{
APPLICATION (rx) : ORIGIN = 0x71000, LENGTH = 0x9000
RAM (rwx) : ORIGIN = 0x20002C00, LENGTH = 0x5380
NOINIT (rwx) : ORIGIN = 0x20007F80, LENGTH = 0x80
DM_RAM_BUFFER (rwx) : ORIGIN = 0x2000D000, LENGTH = 0x1000 /* */
CONFIG (rwx) : ORIGIN = 0x2000E000, LENGTH = 0x2000 /* */
BOOTLOADER_SETTINGS (rw) : ORIGIN = 0x0007B000, LENGTH = 0x1000
UICR_BOOTLOADER (r) : ORIGIN = 0x10001014, LENGTH = 0x04
MBR_PARAMS_PAGE (rw) : ORIGIN = 0x0007A000, LENGTH = 0x1000
UICR_MBR_PARAM_PAGE(r) : ORIGIN = 0x10001018, LENGTH = 0x04
}
if you any this for this please ask.
Thanks,
Prateek