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.

bios HWI

folks,

 

since using HWI causing a 5 micro second delay I thought to implement the hardware interrupt NOT throu the bios.

Is it possible?

 

Talmor

  • For DSP/BIOS, see the HWI_dispatchPlug() function.  For SYS/BIOS, see the Hwi_plug() function.

    For both versions, the interrupt handler must use the correct calling conventions (for example, by using the "interrupt" modifier on a C function) and is not allowed to call most BIOS functions.