ASSERT_WARNING in rwble.c
Hi,
I'm working on a project using the DA1468x with SDK DA1468x_SDK_BTLE_v_1.0.8.1050.1.
For this project we need to run a critical section of about 400µs. And we use the Timer0 to trigger periodically this section.
We would like to run this section in the timer handler, but after few seconds we reach the following assert :
ASSERT_WARNING(ble_slp_delays_cnt < (BLE_MAX_DELAYS_ALLOWED + 1));
What is the consequence for BLE if this assert is true ?
What is the aim of the BLE_MAX_DELAYS_ALLOWED define ? How should it be configured ?