View Issue Details

IDProjectCategoryView StatusLast Update
0004767FSiMX6SXCEDDKpublic2022-09-08 03:33
Reporterzutter Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product VersionV1.30 
Target VersionV1.60 
Summary0004767: Pin configured as input will be reconfigured as output while write to the pin
DescriptionPin configured as input will be reconfigured as output while write to the pin
Additional InformationTo do: remove "DDKGpioSetConfig", this should be done by call "DDKGpioSetPinAs Output" only.
void DIO_SetPinValue( DWORD dwIOPin, BOOL bIOPinLevel )
{
...

ret&=DDKGpioSetConfig(cPinCfg.cPortInfo.dwGPIO_IDX,cPinCfg.cPortInfo.dwGPIO_PIN
                           DDK_GPIO_DIR_OUT, DDK_GPIO_INTR_NONE);
ret &= DDKGpioWriteDataPin(cPinCfg.cPortInfo.dwGPIO_IDX,
                           cPinCfg.cPortInfo.dwGPIO_PIN, (UINT32)bIOPinLevel );


...
}
Forum Link
Found Driver Version
Fixed Driver Version

Activities

There are no notes attached to this issue.