Timer issue with getting external flash binding

Hi,

I am using nRF52833 & nCS for an application development,

I am facing a curious issue where, if i enable printk in nCS build, I am getting SUCCESS on calling device_get_binding() to an external flash device.

While if i disable printk in nCS build, the same device_get_binding() is returning err = 19.

I do not want to retain printk, kindly suggest how to solve this.

Related