I have one problem with unsing uint64_t in application...
Im for test try simple demo:
uint64_t test = 1327644190303473294;
NRF_LOG_INFO("test: %"PRIX64"\n", test);
But I receive in RTT Viewer output:
0> APP:INFO:test: 0
What Im doing wrong? Thanks for any help :)