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!

    Yes there are always two builds, one for nrf54l15 DK and another one for nrf52840dk. Target board of nrf54l15 DK was mentioned before. nrf52840 DK is for counter check purpose. I have tried several sample codes from ncs fund and bt fund on these two DKs, it always turns out that only nrf52840 DK works but nrf54l15 DK. Same codes, same config file and same procedures are applied to both DKs. The only differences are build and target board. To simplify the problem, may I ask if you could run the files I attached to previous reply on your nrf54l15 DK? Thanks!

Children
Related