Part Number: TDA4VH-Q1
Hey. I'm trying to configure four GPIO interrupts on falling edges from the MCU domain. Three of them work in hardware, but the last one doesn't trigger a callback. So I swapped the interrupt configuration order in the GPIO_PinConfig gpioPinConfigs[] array (I only changed that one), and the fourth one started working, while the first one stopped. Is there a define somewhere in the pdk_j784s4_10_01_00_25 that defines the maximum number of GPIO interrupts?