Other Parts Discussed in Thread: HALCOGEN
I'm using HalCogen 04.07.01, and while it is generating interrupt code fine for CAN1 and CAN2, it seems not to generate the routine can3HighLevelInterrupt despite having interrupt for several messge boxes enabled in the GUI and also having channel 45 enabled as an IRQ in the VIM. Note that sys_vim.c does reference can3HighLevelInterrupt, so the output code does not even link successfully.
Is interrupting via CAN3 unsupported in HalCoGen? Can I essentially copy the can2HighLevelInterrupt routine with edits of canREG2 to canREG3 (and maybe a couple other obvious changes)?
Thanks!