This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC1310: uint64_t not supported by compiler?

Part Number: CC1310

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.