Tool/software:
Dear TI support,
according the BSP documentation
a generic GPIO can be used as wake-up source.
The reference example
works out of the box using GPIO1_10
I can easily get the same example working using
- GPIO0_7 => interrupts-extended = <&main_gpio0 7 IRQ_TYPE_EDGE_RISING>, <&main_pmx0 0x01C>;
- GPIO1_16 => interrupts-extended = <&main_gpio1 16 IRQ_TYPE_EDGE_FALLING>, <&main_pmx0 0x1B8>;
but if I try using
- GPIO1_30 => interrupts-extended = <&main_gpio1 30 IRQ_TYPE_EDGE_FALLING>, <&main_pmx0 0x1F0>;
I can't get it working.
Is there any limitation in the list of GPIOs which can be used as wakeup sources ?
Thanks
Best Regards
Pier