View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005536 | FSiMX6 | Touch driver | public | 2022-09-08 08:44 | 2022-09-19 07:31 |
Reporter | zutter | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | V3.40 | ||||
Target Version | V3.50 | Fixed in Version | V3.50 | ||
Summary | 0005536: TSC2004 applied reset may be to short so that the driver is not loaded | ||||
Description | TSC2004 applied reset may be to short so that the driver is not loaded | ||||
Additional Information | Customer MicroIT: driver is sometimes not loaded (fault rate 1:30). Our(curious) code: /* Bug 0004216: TSC2004: Touch driver not working after power cycle */ TSC2004Plat_AssertReset(TRUE); Sleep(0); TSC2004Plat_AssertReset(FALSE); /**/ TSC2004Plat_AssertReset(TRUE); Sleep(0); TSC2004Plat_AssertReset(FALSE); MicroIT measure that both "resets" may be << 15µs (=minimum reset time)! I will implement one "reset" with Sleep(1). | ||||
Forum Link | |||||
Found Driver Version | 1.3 | ||||
Fixed Driver Version | 1.4 | ||||