Hello
I am using the Tiva-C PinMUx utility to generate code. When compiling, a list of 90 errors is generated, all in the c file created by the PinMux utility. Every error is of the form "#20 identifier "uint8_t is undefined". The errors are also concentrated in a section of the file where these identifiers are not referenced. Note that stdint.h and stdbool.h are included in the main.c file. I am using CCS v5.4 my target is the Tiva Launchpad using the Stellaris In-circuit Debug Interface.
Thank you
Dale