View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000594 | FSS5PC100 | DIO | public | 2011-05-11 18:17 | 2011-05-16 16:40 |
Reporter | froelich | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | V1.3 | ||||
Target Version | V1.4 | Fixed in Version | V1.4 | ||
Summary | 0000594: Add DIO driver | ||||
Description | Add first version of DIo driver to image. | ||||
Forum Link | |||||
Found Driver Version | V2.0 | ||||
Fixed Driver Version | V2.0 | ||||
|
First version of DIO driver for this platform. Intterupt handling is not implemented at the moment. Port number is equal to pin number of X1. Example: Set pin 196 of X1 (FAN_PWMOUT) as output. reg open \drivers\builtin\digitalio reg set val UseAsIoG dword 0x00000010 reg set val DataDirG dword 0x00000010 196/32 = 6. 'A' + 6 = 'G' |