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.

Interrupt external F28379d

Other Parts Discussed in Thread: C2000WARE

Hello guys, I'm trying to do a Interrupt external. I want to activate some like a Led, for example .by pressing a button.

I have a code of another DSP and the code that appear to setting is

GpioIntRegs.GPIOXINT1SEL.bit.GPIOSEL = 12;

GpioCtrlRegs.GPAQSEL1.bit.GPIO12 = 0x02;

But I didn't find the equivalence with F28379d. Anyone can help me?

  • Hello,

    Thank you for your question.

    Please see the latest C2000Ware, specifically the file located at:

    C2000Ware_VERSION#\driverlib\f2837xd\examples\cpu1\interrupt\interrupt_ex1_external.c

    Please read thoroughly through this example, which provides all you will need for external interrupts on F2837xd.

    Regards,

    Vince