Other Parts Discussed in Thread: HALCOGEN
Hi,
I am trying to enable the VIM channels using vimEnableInterrupt(), however my program goes to a phantom interrupt.
I understand that a phantom interrupt appears if the VIM channel is not identified by this funtion.
vimEnableInterrupt(35, SYS_IRQ); //Enable VIM channel 35 (interrupt via CAN2)
vimEnableInterrupt(45, SYS_IRQ); //Enable VIM channel 45 (interrupt via CAN3)
Thanks and regards,
Leandro