Other Parts Discussed in Thread: HALCOGEN
We have an application in which we use 6 message boxes, we use this configuration:
1: Send Extended identifiers
2: Send Standard identifiers
3: Receive standard message with identifier 665
4: Receive Extended messages (all identifiers)
5: Receive Standard messages (all identifiers)
6: Send standard message with identifier 666
We send and receive on interrupt basis. send, hten on interrupt all other messages in the buffer are send
receiving on interrupt puts teh message in a buffer
The problem is: We don't receive any Standard identifier messages. There is no interrupt generated on the moment i send the message.
The code is all generated by halcogen and then changed to have the desired functionality
So my question is:
1: Is it possible to send extended AND standard messages on 1 CAN channel
2: Why are we not receiving the standard messages?