I'm developping a third party CAN card (ADLINK PCI-7841) driver for LV RT using VISA. The car uses PLX9052 as the PCI bridge and sja1000 as the CAN control.
Now my problem is that in the VISA driver development wizard, the "Interrupt Detection Information" step, I add two sequences containing one interrupt each since the card has two different registers to write to clear each interrupt. But I can't figure out which register to write for each interrupt in the next step "Interrupt Removal Information".
What should I do to solve this?