Become a leader in the IoT community!
New DevHeads get a 320-point leaderboard boost when joining the DevHeads IoT Integration Community. In addition to learning and advising, active community leaders are rewarded with community recognition and free tech stuff. Start your Legendary Collaboration now!
@ifreakio From what I see so far 🫠.. I don’t think you should be requesting the same interrupt handler `wiegand_interrupt` for both IRQ lines PA20 and PA21. Interrupt handlers are to be unique for each IRQ line
So could this be the reason for the missing interrupts ? 🤔 @destynin
Yh , @ifreakio , where you able to fix it?
Yup, I had to define separate interrupt handler functions for each IRQ line. I also found this stuff helpful too
https://linux-kernel-labs.github.io/refs/heads/master/labs/interrupts.html
CONTRIBUTE TO THIS THREAD