Hello,
according to the documenation, the function sd_ant_burst_handler_request() can return with the error code NRF_ANT_ERROR_MESSAGE_SIZE_EXCEEDS_LIMIT. When will the function return with this code, how should a caller cope with this response and…
We have setup the RX and TX modes for ANT+ in Advanced Burst mode.
The setter function works (can confirm that by using sd_ant_adv_burst_config_set());
However when we send burst packets via sd_ant_burst_handler_request() the RX side is getting…