are there known issues with the interrupts on PB2?
getting the same failure mode for mma8652 and wiz850io devices. when registering interrupts in the dts file
genirq: Setting trigger mode 8 for irq 429 failed (gpio_irq_type)
mma8452 2-001d: probe with driver mma8452 failed with error -22
so far i’ve traced it to manage.c file
still trying to find the exact function call that fails, painfully slow process.
update:
in manage.c, this is the call that returns the -22 failure
however, irq_set_type is a pointer to some function, which i have not been able to identify
ret = chip->irq_set_type(&desc->irq_data, flags);
so my debugging has come to a road block.
lets say i get a TagConnect connector
how would i go about debugging this??
could i use eclipse or do i need to use CCS ??