hi,
i am using eclipse IDE to build the blinky example with soft device s130(using SDK11). i added the make file and .ld script and linked all files which is required. the project was compiled successfully. and it is creating _build folder in my project place. in which i am getting .hex, .elf etc.. the problem is
1). when i want to flash the hex file by fallowing procedure.
first flashed soft device s130 using nRFGo studio in PCA10028.
second in eclipse IDE run->runconfiguarations->SEGGERjlink->
i added jlink gdb path in debugger and added device information in debugger and startup tab like device name,jlink path, while pressing debug or run tab bellow.
i am getting core register information thats it the process is halted..(previous application in the board is erasing and the console is showing that application flashed and some core register info..)
2).but while i am flashing the application .hex file using nRFGo studio it is successful the application is running on the board.
but my requirement is i want to flash the application hex directly by using eclipse IDE. i want to know procedure how to do using eclipse IDE.
thankyou