This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52840 uint64_t problem

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 :)

Related