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.

redeclaration of type name "(u)int16_t"

Other Parts Discussed in Thread: SIMPLICITI, MSP430WARE

Hi,

I am using SimpliciTI 1.2.0 on CCS6 together with MSP430ware 1.80.01.03. Unfortunately there is one inconvenient thing: SimpliciTI defines the stdint types in bsp_msp430_defs.h, whereas MSP430ware is using the definitions of the compiler supplied clib (stdint.h). Usually I don't like to change header files external software, so my wish for the next release would be for SimpliciTI to also include stdint.h - it exists in IAR as well as CCS, so the result would be the same.