Hi all,
I'm using pca10040 board with sdk version nRF5_SDK_11.0.0-2.alpha_bc3f6a0.
There i'm using example code of spi handling. Instead of nrf_log_printf i changed printf and enabled uart_init(). Program is compiling successfully but i'm not able to get any prints in console. In uart_example code i can able to get prints in console.
Is there anything i need to change in Makefile or somewhere?
Hereby i attached my main.c file and Makefile.
Thanks in advance.main.c