I'm unable to get any output when writing to the UART while using the s110 softdevice. I'm refering to the hardware UART. I'm not using bluetooth for serial.
I'm using SDK 7.2. I tried the uart example(no softdevice) under examples\peripheral\uart, which works fine. I used the same code in the ble_app_bas(with s110) example and I get no output. I found that the ble_app_gls uses uart. It uses the uart (printf) in the ble stack event handler. If I call printf from an application timer handler or the main loop, it does not transmit.
Any ideas?