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?
Log in to post a comment.
HELLO: