Hi,
using the C6713, is there a way to display 64-bit variables (long long var) in hex style on the screen?
I've tried it in different ways, e.g.:
LOG_printf (&output, " %X ",var);
LOG_printf (&output, " %16llX ",var);
Though, no matter what I do, it always cuts of the first 32 bits and just displays the last 32 - what am I doing wrong?
Thanks for any helpful reply,
legear