Hi,
Thank you Stan and Jiri for your reply.
I found the problem , if I run the project with debug build configuration, then it is mapped to the "bl_std_faiRecdata_RAM" segment.
if I run the project with debug_RAM build configuration, then it is mapped to the some other segment(taking the other linker file as input linker file for the project i.e ram.ld file).
but if I run project as debug configuration, it is not yet all jump to main, it is goes to default ISR(in console it is showing
Initializing.
Target has been RESET and is active.
Interrupt command received. Halting execution."
/* Init .data and .bss sections */
ldr r0,=init_data_bss
blx r0
cpsie i /* Unmask interrupts */
bl main
here is the code of startup code, I have put the break point at the blx ro, it will directly jump to default isr.
it is not yet all come to main.
kindly help me in this.
Regards,
Ambarish