Hi Alice,
Thanks for the reply and looking into it.
As above mentioned, I am able to upgrade my application after updated few fields in linker file:
MEMORY {
m_interrupts (RX) : ORIGIN = 0x00000000, LENGTH = 0x00000400
m_flash_config (RX) : ORIGIN = 0x00000400, LENGTH = 0x00000010
m_interrupts_ram (RW) : ORIGIN = 0x1FFF0000, LENGTH = 0x00000400
m_text (RX) : ORIGIN = 0x00000410, LENGTH = 0x0007FBF0
m_data (RW) : ORIGIN = 0x1FFF0400, LENGTH = 0x0000FC00
m_data_2 (RW) : ORIGIN = 0x20000000, LENGTH = 0x00010000
}
But there are some issue with the application which is not running every time.
Demo led app is working fine.
I am trying to find the root cause of this issue.
Regards,
Sunil