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