zhanjun717 - 2014-07-21

HELLO:

when i update to V3.5 , i want to rebuild my CmpSJACanDrv,in the file CmpSJACanDrv.c has code: "s_Can[iCtrl].hInt = CAL_SysIntOpen(s_Can[iCtrl].ulIntVec, &IntDesc, &Result);?",under V3.4 i can get a right "s_Can[iCtrl].hInt?",but when i run this function under V3.5 ,i get a "RTS_INVALID_HANDLE?".

with the new file β€œβ€œCmpSJACanDrvDep.h”,β€œCmpSJACanDrvItf.hβ€β€οΌŒthe function (with Result=12οΌ‰β€œCAL_SysIntOpen(s_Can[iCtrl].ulIntVec, &IntDesc, &Result); ”always return with β€œ-1”

So what should i do? and how to build CmpSJACanDrv under V3.5?