Hi,
in the timeout_handler of app_timer_create, invoking function nrf_esb_write_payload(&tx_payload),The timeout_handler function won't come in again,why? timer cancel?
Hi,
in the timeout_handler of app_timer_create, invoking function nrf_esb_write_payload(&tx_payload),The timeout_handler function won't come in again,why? timer cancel?
Hi,
Did you use a repeated timer of a single shot timer? If single shot, then it is expected that the timeout happens only once. If that is not the issue and you do not stop the timer, there are still a few other typical problems:
Hi,
Did you use a repeated timer of a single shot timer? If single shot, then it is expected that the timeout happens only once. If that is not the issue and you do not stop the timer, there are still a few other typical problems: