Hello All,
This is hopefully and easy one for the people here; I have found some similar threads but haven't seen an (exact) answer for this.
I am using the '3137 - I have enabled IRQ's for the DCAN IF - I am using IF1 for xmit and IF2 for receive; also; message_box1 is assigned to IF1 and message_box2 is assigned to IF2. I have generated some code with Halcogen as well. (As an aside I do have the CAN Bootloader working - but I just want to use the canTransmit and canGetData functions for this.)
I am seeing both IRQ's go off for the TX (and message_box1) and I am never seeing the RX nor message_box2 ever in the IRQ routines.
So, can someone point out what the proper settings are (mux, IF1xxx, IF2xxx etc) to tie message_box2 with the RX IRQ (prefer High Level) and always to make sure the TX IRQ only triggers the low level IRQ?
I also want to get DMA working with this but I need to get this working first.
Thanks In Advance,
johnw