Part Number:MSP430FR4133
Tool/software: Code Composer Studio
Good afternoon,
I am working on an example code for an ADC and have included stdint.h for the application, however after I build, for some reason all of the variables that I used from stdint.h, have an error 'uint8_t (or any other type) is not a type name'. Does anyone know what could the reason behind these errors be?