NRF52
I have a Transmitter and Receiver. The Receiver starts and listens to the ESB.
The Transmitter starts, sends a message on the ESB and restarts. The message is static. Triggered nrf_esb_event_handler with the message: "TX SUCCESS EVENT".
The Receiver receives the message ONLY ONCE. (nrf_esb_event_handler with the message "RX RECEIVED EVENT").
If the Transmitter does not restart and send different messages - then the Receiver receives all messages.
Why when reboot and send static messages nrf_esb_event_handler is called only once?