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.

GPIO Interrupts on C5502?

Guru 15580 points

Unless I am overlooking something, I don't see a way for the GPIO lines on the C5502 to generate interrupts. Is this true? 

  • Hi Mike,

    I believe you are correct - GPIO does not have interrupt path to the C5502 DSP.

    Pins INT[3:0] will interrupt the device. You also might be able to use timer input pin as interrupt.

    Hope this helps,
    Mark

  • Mark,

    Mark Mckeown said:
    GPIO does not have interrupt path to the C5502 DSP

    Wow. That's some pretty old silicon.....:)

    Mark Mckeown said:
    Pins INT[3:0] will interrupt the device.

    Unfortunately, the ezdsp5502 does not bring these pins out (INT0 & INT1) and uses the others for (INT2, INT3) I2C and Ethernet. I guess I'll have to add jumper wires to INT0 & INT1 and run them to the radio interface connectors (I'm migrating a project from C5515).