Hello,
I'm using CC2340R5 basic_ble example code.
I've created separate files for gpio interrupt operation.
Enabled the GPIO interrupt and triggering advertising event in the interrupt callback function.
But when I'm doing this, the code goes in while loop faultISR(); function.
Generally the BLEAPPUTIL_EVT_ADV_CB_EVENT case gets called periodically through interval timer.
Through this case advertising event is being generated and whenever the advertising case calls the device goes to run state from standby.
I want the device to wakeup whenever GPIO interrupt occurs and also the periodic wakeup should run in background independently.
Currently GPIO interrupt is generating but the periodic wakeup through interval timer is not happening.
This case should be called periodically, but when its not happening.
What could be the issue?
Please suggest if any steps to follow or changes to be done.
Regards,
Rushikesh.