View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006560 | FSiMX6 | NSPI | public | 2024-11-26 09:44 | 2024-11-26 09:47 |
Reporter | zutter | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | V3.90 | ||||
Target Version | V4.00 | ||||
Summary | 0006560: Register additional SPI instances may fail | ||||
Description | Register additional SPI instances may fail. | ||||
Steps To Reproduce | efusA9R2 register following then load fails. See bspecsip.c, think we can remove this code? if (i>10) // second chance insure, normally the code will not run { TCHAR pszBoardName[30]; CEDDK_GetBoardName( pszBoardName, 30 ); RETAILMSG(1,(TEXT("!!SPI Controller (%d) in %s, version %d.%d does NOT Support \r\n"), pDev->dwController,pszBoardName,wMajor, wMinor )); return FALSE; } [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\EFUSA9R2\SPI3] "ClockFreq"=dword:F4240 "CsPin"=dword:48 "IrqPin"=dword:4C "IrqTimeout"=dword:1 "IrqCfg"=dword:2 "Dll"="fs_nspi.dll" "DriverMethod"=dword:1 "FriendlyName"="Native SPI driver SPI_A CS1" "Index"=dword:3 "IntPullUp"=dword:0 "Order"=dword:67 "Prefix"="SPI" "SPIController"=dword:2 [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\EFUSA9R2\SPI4] "ClockFreq"=dword:F4240 "CsPin"=dword:4A "IrqPin"=dword:4E "IrqTimeout"=dword:1 "IrqCfg"=dword:2 "Dll"="fs_nspi.dll" "DriverMethod"=dword:1 "FriendlyName"="Native SPI driver SPI_A CS2" "Index"=dword:4 "IntPullUp"=dword:0 "Order"=dword:67 "Prefix"="SPI" "SPIController"=dword:2 | ||||
Forum Link | |||||
Found Driver Version | |||||
Fixed Driver Version | |||||