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.

Concerto C28x External Interrupt

Guru 10750 points

Hi,

I'm trying to run the Concerto C28x external interrupt example with no success as I'm not getting interrupts, I did the connection necessary as defined in the external_interrupt_c28.c file header -

"Connect a jumper across rows A and B at position 2 and 19 of the ABC header

//! to route PE6_GPIO30 and PE7_GPIO31 to the pins at the base.The user must
// then
//! externally connect these pins(PE6_GPIO30 to PA0_GPIO0 and PE7_GPIO31 to
//! PA1_GPIO1) at the base board for the program to work properly"

I also tried to allocate GPIOA for the controller in the M3 side, what could be the issue?

Thanks,

HR