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.

GPIO_PIN_7 warning msgs

This just started for some reason. CCSv4.5 compiler returns warning msgs for each GPIO_PIN_7 configuration. All other pins OK on this port and other ports,

Has anyone seen this before??

Thanks,

Pat

 

    // 5

    GPIOPinTypeGPIOOutput(GPIO_PORTB_BASE,GPIO_PIN_7);

    GPIOPinWrite(GPIO_PORTB_BASE,GPIO_PIN_7,~GPIO_PIN_7);

    // 6

    GPIOPinTypeGPIOOutput(GPIO_PORTE_BASE,GPIO_PIN_6);

    GPIOPinWrite(GPIO_PORTE_BASE,GPIO_PIN_6,~GPIO_PIN_6);

    // 7

    GPIOPinTypeGPIOOutput(GPIO_PORTE_BASE,GPIO_PIN_7);

    GPIOPinWrite(GPIO_PORTE_BASE,GPIO_PIN_7,~GPIO_PIN_7);

         

  Severity and Description    Path  Resource    Location    Creation Time      Id

integer conversion resulted in truncation Concerto_cm3      main.c      line 297    1340316216015     389