Feedback and Discussion
You can ask questions, leave feedback, request help, or report bugs at the bottom of this page. Just type your question or comment into the edit box below and we'll get a reply to you ASAP. If you you leave your email address we'll be able to get you a personal response. You can use the buttons on the edit toolbar to format your text or to add code examples. You can use this form for any:
- Questions
- Comments
- Corrections to the documentation
- Requests for technical assistance
If you have any trouble, feel free to give us a call at 510-790-8222. Thanks!

Discussion
How many interrupt pins which of these SBC have
Dear isururivikelum,
The PDQ Board, which is based on the Freescale HCS12 processor, had about 30 maskable interrupts which mostly serve internal hardware subsystems. It also has an external non-maskable interrupt pin so that you can force an interrupt using a logic signal from external hardware. All of its interrups and how to use them are described in the Real Time Programming chapter of the PDQ Board Users Guide.
The QCard, which uses Freescale's 68HC11 processor, also has many interrupts serving its internal hardware I/O subsystems. Like the PDQ Board, it too has an external non-maskable interrupt pin so that you can force an interrupt using a logic signal from external hardware. All the interrupts are described in the Interrupt Service Routines chapter of the QCard Users Guide.