Hi everyone,
Hope you are doing well!
I am using BLE and FDS simutinuously but since they share the same interrupt priority (SD_EVT_IRQn = 4), fds events will be blocked if they are triggered within ble interrupts.
One way to solve this issure is to call fds write and erase functions in main loop and set flags in ble interrupts but specifically, that will complex my project so I am wondering if there's a way to set BLE and FDS's interrupt priorities separately?
Thanks for your help in advance!
Best regards,
RJ