Tool/software: Code Composer Studio
Respected sir/ madam,
I am trying to print data of type unsigned long long (uint64_t ). But it is printing some random constant value even if i change data. I have used %d , %ld, %lld and %llu for printing but none of those work. So please tell me how to print data of type unsigned long long (uint64_t ) using System_printf() and System_flush() .