ESP32 BLE Interrupt Priority
Posted: Mon Jun 29, 2020 11:57 am
Hello friends,
I am working on a project were I am using several interrupts (two timers interrupts, GPIO interrupt and BLE which has GATT and GAP callbacks). I amusing ESP32 WROOM module with ESP IDF. usually it is possible to change the interrupt level by changing the interrupt flag when registering an interrupt but it is not possible to pass such a parameter in esp_ble_gatts_register_callback(), esp_ble_gap_register_callback() and esp_ble_gatts_app_register() functions so is there a way of setting priority for these interrupts.
Thank you.
I am working on a project were I am using several interrupts (two timers interrupts, GPIO interrupt and BLE which has GATT and GAP callbacks). I amusing ESP32 WROOM module with ESP IDF. usually it is possible to change the interrupt level by changing the interrupt flag when registering an interrupt but it is not possible to pass such a parameter in esp_ble_gatts_register_callback(), esp_ble_gap_register_callback() and esp_ble_gatts_app_register() functions so is there a way of setting priority for these interrupts.
Thank you.