SAADC NRFX in zephyr, PRINTK not working

I downloaded the an saadc example here and tried to alter it to use logging as usually in Zephyr. But when printing to the console it does nothing. However, printf works fine. Am I missing something here? Project included in zip file. print.zip

CONFIG_GPIO=n
CONFIG_NRFX_GPIOTE0=y
CONFIG_NRFX_SAADC=y
CONFIG_LOG=y
CONFIG_PRINTK=y
CONFIG_LOG_PRINTK=y
CONFIG_LOG_DEFAULT_LEVEL=3

Parents Reply Children
Related