Hi there,
I am following nRF Connect SDK Fundamentals and it looks like that both k_sleep() and printk() are not working.
GPIO is working but I am not sure why these two functions do not work.
Regarding printk(), I can see that CONFIG_SERIAL/CONFIG_CONSOL/CONFIG_UART_CONSO are all equal to y. So I assume nothing is needed to configurate.
Regarding k_sleep(), i have no idea what to be checked.
Could you give some hints to me so I could be able to make them work?
Thanks a lot!