Dear All,
I am now working in a software environment setup for ARM micro-controller (Cortex-M3). I used "Eclipse" IDE & "Code Sourcery" tool chain for my software environment.
In that, the program was built successfully and the 'elf' and 'hex' file was generated in the workspace. But while I try to put the hex file via ST-Link utility for flashing the program, the program is flashed but it is not executed (i.e LED's are not to turn ON).
In atollic True studio (demo version) , the same program is built successfully and the output "elf" file was flashed via ST-Link GDB server. Here the program is flashed and it is executed (i.e LED's turned ON).
Controller : STM32F100ZE
Tool chain : arm-none-eabi
IDE : Eclipse
Note: My environment setup is exactly similar to the atollic True studio in library,path,includes etc.,
Why it is executed in "atollic " and not in my "Eclipse IDE" ?
I doubted in linker script and in startup code.
Kindly clarify my doubts and assist me to proceed further.
Regards,
Karthick