I’ve got an interrupt running on SODIMM pin 133, configured with “irqtrig=anyedge”, however it only triggers on a rising edge.
I have also found that in the interrupt thread I cannot call Int_InterruptDone without an Access Violation exception being raised in MyExe.exe!Kcb_GetFunctionPointer(void * hKcb, eKFn kernelFunction) Line 141
Any suggestions on how to configure the interrupts would be welcome!