The Embedded Module for Blackfin Processors does not support the Register Interrupt Service Routine VI or the Unregister Interrupt Service Routine VI. However, some Blackfin VIs use Interrupt Service Routines (ISRs) to respond to asynchronous events that generate hardware interrupts. To create an ISR in a Blackfin VI, wire a Static VI Reference to a device open VI. The device calls the VI that you reference when a device interrupt occurs.
![]() |
Note You cannot use subVIs or memory allocation with interrupts in Blackfin applications. |