Hi, I am working with nrf9160, I want to convert INT64 timestamp value to CHAR array with sprintf. I use %lld but sprintf said only "ld" if I use %ld it convert only low side 32 bit value. I tried printk fonction for print int64 value on screen It is working. I looked inside fonctions both are using same core code. I don't understand why it doesn't do conversion. Mybe I forgot some CONFIG settings. How can I convert INT64 long long value to char array?
My code: