I'm having a bit of trouble getting a program downloaded onto my development board. I've been using Keil 5 to program and I haven't had a problem until I started experimenting with examples that use Softdevices. When I was just working with GPIO stuff, like with the Blinky example, I could just press Load in Keil and it would work. When I tried to do the same thing with the Heartrate Sensor example, it didn't seem to work because the program didn't startup. I was able to get the Heartrate example on the board by dragging the hex file from a downloaded copy of the SDK, but now I want to try modifying the example in Keil and redownload it to the board to help figure out how BLE works. Is there a way to generate a hex file from Keil? How should I go about downloading my project to the board? Any help would be appreciated.
Thanks!