View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004766 | FSiMX6 | CEDDK | public | 2021-06-26 14:26 | 2024-11-11 03:07 |
Reporter | zutter | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | V2.90 | ||||
Target Version | V4.00 | ||||
Summary | 0004766: Pin configured as input will be reconfigured as output while write to the pin | ||||
Description | Pin configured as input will be reconfigured as output while write to the pin | ||||
Additional Information | To 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 | |||||