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.
Tool/software:
Hello,
May I have question about CCS project and C2000 compiler for F280013x?
I want to use uint8_t (because sample for reference designe is using this).
but it seems only uint8_t/int8_t is disable in _stdint.h that define uint*_t .
Is this can change to enable by compiler setting?
If yes, could you tell me which setting?
Thanks,
GR
The C28x compiler does not support an 8-bit wide type. For more information, please see the article Byte Accesses with the C28x CPU.
Thanks and regards,
-George