I am working on a nrf51822 board and trying to run ble_app_hrs project using nrf sdk 12.1 and s130 softdevice. I converted the uVision project to the Segger Project using this guide - https://devzone.nordicsemi.com/b/blog/posts/segger-embedded-studio-a-cross-platform-ide
I followed the instructions keeping in mind that I have a nrf51 chip and also the Flash and the SRAM address are the same which are present in the linker file located in the armgcc folder. I got it running in Keil, but I was having problem running it in Segger Embedded Studio. It compiles and flashes, but I don't see any output. What could be the reason for this?
Thanks
Atul