Posted on December 06, 2017 at 16:07I have follow sequence in my linker script:.test : { . = ALIGN(4); LONG ( _estack ) ; LONG ( Reset_Handler + 1 ); . = ALIGN(4); } >FLASH (=0x8000000 )Reset_Handler: /* 0x8001xxx */ ldr r0, =_estack /* Breakpoint *...