When i tried to set Port 0 pin 1 (P001) to high it was not Rising to high or low i have tried using API and by setting register directly , Only this pin is not functioning properly remaining pins works fine but how to set this pin. I have configured other pins also in similar way those pin worked.
g_ioport.p_api->pinWrite(IOPORT_PORT_00_PIN_01, IOPORT_LEVEL_HIGH); this API Did not work
and tried by setting R_IOPORT0->PCNTR3= 0x02; Both the ways pin was not set High and Low as well.
Configuration as follows:
Thank you
Krupashankar