Hi!
I want to know how to work with the CAN module (i.e. reading both address of the received message as well as the data) of the subject processor when the number of messages to be received are more than 64 i..e the number of message boxes.
In particular I am interested in doing the following:
1. Mask one message box in a way that all the CAN messages are received in the same box.
2. Write an interrupt routine such that whenever a CAN message arrives on the bus the address of the message as well as the data is stored in memory using global variables for later use.
I have successfully setup the CAN network as per instruction in the application notes. All works well until the number of messages do not exceed 64 where the message addresses are specified in HalCogen. The messages are received using canGetData etc.
Best Regards
/Tahir