Other Parts Discussed in Thread: SIMPLELINK-CC13X2-26X2-SDK, SYSCONFIG
Hello,
Device: CC2642R
SDK: 4.20.00.35
I'm trying to utilize level triggered interrupts in my project.
To start out, I imported the gpiointerrupt example project from the SDK. The example is setup to use edge triggered interrupts, which work as expected. However, when I switch the pin configuration to be a level triggered interrupt (using GPIO_CFG_IN_INT_LOW or GPIO_CFG_IN_INT_HIGH), the interrupts never trigger.

I also tried configuring the level interrupt using syscfg, which didn't work either.

Am I missing something?
Does the CC2642R support level interrupts? It seems odd that that syscfg and the driver APIs support configuration of a pin as a level triggered interrupt if they are not supported.
Thanks,
-MT