View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004267 | FSiMX6UL | DIO | public | 2020-04-03 12:38 | 2020-04-06 04:46 |
Reporter | zutter | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | V1.20 | ||||
Target Version | V1.30 | Fixed in Version | V1.30 | ||
Summary | 0004267: IOCTL_DIO_REINIT will not work if the pin was used for another interface in the meanwhile | ||||
Description | IOCTL_DIO_REINIT will not work if the pin was used for another interface in the meanwhile | ||||
Steps To Reproduce | First IOCTL_DIO_REINIT works dwDatOffs 0x0 -> 0x5 ... Configure pin for UART ... After second IOCTL_DIO_REINIT you cannot access pin from DIO anymore DIO_SetPinAsAltfn is not called anymore because dwDatOffs 0x0 = 0x5 if (l_PortInfo[dwIOPin].dwDatOffs != 0x5) DIO_SetPinAsAltfn(dwIOPin, 0x5,DEFAULT_PUD,DDK_IOMUX_PIN_SION_FORCE); | ||||
Forum Link | |||||
Found Driver Version | |||||
Fixed Driver Version | |||||