This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS570LS3137: Bug with vimEnableInterrupt()?

Part Number: TMS570LS3137
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