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.
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.
嗨过热,
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