I have moved to the latest version of Segger Embedded Studio, and am now getting a runtime error, returning error code 0x4033 from the following line:
err_code = sd_ant_adv_burst_config_set(adv_burst_config, sizeof(adv_burst_config))
It works in debug mode, and in release mode in SES v5
I have tried the same on the "ant_advanced_burst" example and get the same error on the same line.
I am using SDK v17.0.2.
Error occurs on softdevices S212 (ANT_s212_nrf52_5.0.0) and S340 (ANT_s340_nrf52_7.0.1).
Any ideas?