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.

TMS320F28377S: Why do I still get an error message that uint8_t is undefined even after I have included stdint.h?

Part Number: TMS320F28377S

Why do I still get an error message that uint8_t is undefined even after I have included stdint.h?

#include "stdint.h"

uint8_t data = 0;