GPIO INTERRUPTS ON BEAGLEBONE BLACK RUNNING FREERTOS
Closed this issue · 0 comments
vinayashreeks commented
u have any example code for gpio interrupt on bbb running freertos???one gpio pin is configured as interrupt pin and whenever interrupt raises ,control will go to ISR, like this type ???@guileschool
i am able to configure gpio pins by using [https://github.com/BEAGLEBONE-tutorials/BBB-firmware/starterwarefree-code/drivers/gpio_v2.c]
Also able to configure gpio pin as interrupt pin , but no support is given their for ISR entry whenever interrupt is generated.
Can u please provide any help??@guileschool