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.

IWR6843: Question on GPIO interrupt

Part Number: IWR6843

Tool/software:

Hi,

In SDK 3.6, customer found below code at ti\drivers\gpio\include\reg_gio.h

/**
* @brief
* Only Ports A, B are capable of interrupts.
* This is a system limit on the GPIO IP Block
* for the devices supported so far.
*/
#define GPIO_MAX_INTERRUPT_PORT 2U

But in TRM, I only found there are 3 interrupts of GPIO. And there are 4 group of GPIO (A/B/C/D) which can enable for interrupts.

VIM Interrupt Sources Default VIM
Interrupt
Channel
MSS_GIO GPIO_0_host_interrupt 18
MSS_GIO GPIO_1_host_interrupt 32
MSS_GIO GPIO_2_host_interrupt 48

The GPIO interrupt information are not matched. Would you pls help to check what I missed?

Thanks,

Chris