View Issue Details

IDProjectCategoryView StatusLast Update
0004766FSiMX6CEDDKpublic2024-01-12 13:16
Reporterzutter Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product VersionV2.90 
Target VersionV3.90 
Summary0004766: 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.