Skip to main content

interrupt functions in rwble.c

5 years ago

interrupt functions in rwble.c

Posted byoverheat0 points 1 reply
0 upvotes

Dear Dialog Team,
I found many interrupt functions in rwble.c.
Where can I find doucuments about these functions?
Especially I want to find out how to trigger EVENT_INT ISR which is in the rwble.c.
Thanks for you reply.

5 years ago

MT_dialog -30 points

嗨overheat,

There is no documentation for those interrupt routines since most of those functions are used by the BLE core when waking up, on a BLE event etc. The EVENT_INT_ISR is triggered at the end of an advertising, a Scanning and a connection event. You can find a small description of those handlers in the datasheet.h file in the ble projects.

Thanks MT_dialog