• printf with redbearlab nrf51822 board

    Hi, I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this interface so that I can debug using arduino's serial moniter. None of the examples…
  • Problem with retarget.c

    Hi I'm using PCA10028. it has nrf51422 with softdevice s110. For getting printf in console I'm using 'app_uart.c with FIFO' and 'retarget.c'. When i try to print something I'm getting only the first character in console. printf("starting"); printf…