I initialized the CAN1 interface on the Hercules development kit (570LS1227) and was able to read/write msgs over the bus with no problem. We use our own initialization but Halcogen for the VIM vectors. I now ported this to our own board (Hercules 570LS0332), run the same initialization, but see no interrupts. The registers appear the same as on the development board. I do see the transmit request register being set, but nothing after that (i.e. the IntR and IntPen regs do not get set). It must be something simple I'm missing as the 2 devices CAN should be identical. Any hints on what else to look for? Thanks.