Hi TI's experts,
I have a peripheral device that sets an interrupt to a GPIO on the cc2540.
I need some help on setting the interrupt routine on the cc2540.
From what I understand, I need to create a task (create task ID, task init routine, define and add to OSAL init) as well as writing the event processing routine itself which is the actual routine needs to be executed.
This is all task related stuff... I need help understand and implement how the interrupt on the gpio is setting / calling the event.
Thanks in advance,