This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Connection supervisory timeout limits for \nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_uart\

  #define CONN_SUP_TIMEOUT                MSEC_TO_UNITS(4000, UNIT_10_MS)             /**< Connection supervisory timeout (4 seconds), Supervision Timeout uses 10 ms units. */
//  #define CONN_SUP_TIMEOUT                MSEC_TO_UNITS(3, UNIT_10_MS)                /**< Connection supervisory timeout (4 seconds), Supervision Timeout uses 10 ms units. */

Above you can see the original and commented out modified code for the given example. The modification causes crush to  

NRF_BREAKPOINT_COND;    // On assert, the system can only recover with a reset.

What is the issue: my settings are out of boundaries or this example has different allowed limits and what are they then?

Thanks.

Parents Reply Children
No Data
Related