Other Parts Discussed in Thread: HALCOGEN
Hello,
I am currently developing a CAN sniffer in which an error on CAN is identified using CAN error notification. I tried to test this by not connecting anything on CAN and try to shoot Transmission.
For the first time, all is well I see that as soon as I try to transmit the very first message, an interrupt on CAN occurs and since there is error indication, it will jump to notification,
Now the problem is, second time I try to send the CAN, nothing happens and no notification. Am I supposed to clear some flag or something?
What I need is that I should hit error notification every time I try to transmit a CAN on an unconnected node. How do I achieve this?
Regards,
Shankar