Tool/software: Code Composer Studio
Hello!
I tried to use uint64_t (unsigned long) type, but sizeof (uint64_t) gives me 4 bytes instead of 8. And writing 8 bytes to uint64_t pointer resulted memory corruption.
uint64_t not supported?
I use CCS8 and TI v18.1.1.LTS compiler.