We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Dear all. We are using LPC2368 controller with internal CAN controller . Can anybody tell me how can we use the VTREGISTERS for the simulation of CAN errors. We are getting the simulation of incoming & outgoing messages in CAN communication window. But not getting the errors even after running corresponding commands We have configured CAN1 as Transmitter & CAN2 as Receiver
While the code is running in debug mode
I am giving commands in commands window like this.
// case 1: for reception > CAN2ID = 0x54 > CAN2IN = 0x2 // case 2:Requesting remote frame > CAN2ID = 0x64 > CAN2IN = 0x4 // Case 3:simulating Bus-off > CAN2ID = 0x50 > CAN2IN = 0xFF
The first and second cases are working ie we are getting messages on CAN communication window. Where as the third case is not woking ie its not producing the Bus-Off condition .
Thanks & Regards Giridhar
Plz can anyone help me in simulating the errors using VTREG's . The commands entered from commandline to simulate bus-off event is not working , Please help me...
Regards Giridhar