View Issue Details

IDProjectCategoryView StatusLast Update
0006560FSiMX6NSPIpublic2024-11-26 09:47
Reporterzutter Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product VersionV3.90 
Target VersionV4.00 
Summary0006560: Register additional SPI instances may fail
DescriptionRegister additional SPI instances may fail.
Steps To ReproduceefusA9R2 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

Activities

There are no notes attached to this issue.