I am new to the Nordic Enviornment am having problem getting my first application running.
I am using IAR 7.40 with the nRF mbed dev board that has a nRF51422 on it. I have programmed the S110 SoftDevice on the board using the nRFgo Studio and am trying to run and debug the ble_app_uart example.
Everything compiles and downloads without warnings or errors. BUT for some reason it won't run to main on startup. When I pause the debugger...
The disassembly appears to be here: 0x164ca: 0xe7fd, B.N 0x164c8
Did I miss something in my setup?
Ryan