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.

CODECOMPOSER: Compiler issue

Part Number: CODECOMPOSER

I can't able to access the uint8_t type in empty bitfield project 

image.png

  • Type names like int16_t and uint16_t are defined in the standard RTS header file stdint.h.  Because C28x has no 8-bit wide type, the name uint8_t is not present in stdint.h.  I cannot say why the type name uint8_t is used in the file empty_bitfield_main.c

    Thanks and regards,

    -George