View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004768 | FSiMX6UL | CEDDK | public | 2021-06-26 14:26 | 2025-11-28 03:35 |
| Reporter | zutter | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | ||
| Product Version | V1.50 | ||||
| Target Version | V2.10 | ||||
| Summary | 0004768: 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 | |||||