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?