k_sleep() and printk() are not working on nrf54L15 dk

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!

Parents Reply
  • Hi there!

    I have used the same files which I attached to previous reply on nrf52840 DK, both k_sleep()/k_msleep() and printk() are working.

    Besides, I have used Bluetooth LE LBS example on both DKs, nrf52840 DK can work but nrf54L15 DK.

    Both DKs are using 2.8 SDK and VS code for development. Since everything is the same except hardware, may I now whether there is further configuration on top of the examples' setting? Or what should I do to bring nrf54L15 DK to work just like what nrf52840 behaves?

    Thanks!

Children
Related