View Issue Details

IDProjectCategoryView StatusLast Update
0003074FSiMX6NI2Cpublic2017-06-21 07:37
Reporterzutter Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionV2.10 
Target VersionV2.20Fixed in VersionV2.20 
Summary0003074: Repeated start does not work
DescriptionRepeated start does not work
Steps To Reproduce    NI2C_MSG_HEADER mymsg[] =
    {
       { 0x40, 0x00, 0x0001},
       { 0x41, 0x00, 0x0001},
       { 0x40, 0x00, 0x0001},
       { 0x41, 0x00, 0x0001},
    };

    BYTE mydata[] =
    {
       0x06,
       0x00,
       0x06,
       0x00,
    };

    DeviceIoControl(hI2C, IOCTL_NI2C_SCHEDULE, (LPBYTE)mymsg, sizeof(mymsg), mydata, sizeof(mydata), NULL, NULL);
    DeviceIoControl(hI2C, IOCTL_NI2C_GET_RESULT,(LPBYTE)mymsg, sizeof(mymsg), mydata, sizeof(mydata), NULL, NULL);
Forum Link
Found Driver VersionV0.3
Fixed Driver VersionV1.0

Relationships

has duplicate 0002910 assignedzutter FSVybrid Repeated start does not work 

Activities

There are no notes attached to this issue.