Hello! I'm trying to program nrf51822 like a BLE device. I'm using QT Creator + GNU Compiler + Open OCD + STlink(debugger) to create and program. If I choose "gcc_nrf51_blank_xxaa.ld" like linker script file, I can to debug and to blink leds. But If I choose "gcc_nrf51_s110_xxaa.ld" I can't to blink leds, and can't to debug my program. Can you tell me what the differ between "gcc_nrf51_blank_xxaa.ld" and "gcc_nrf51_s110_xxaa.ld". And what I must to do if I want to create BLE device?