I develop with nRFgo SDK 2.3.0.10040.
Normally PRX can communicate with PTX by auto ACK, but when there are two or more PRXs with same configuration exist, once PTX sends package continually, NRF_ISR() in PRXs will soon be out of work, no more RF interrupt happen.
Questions: 1.Can PRX identify received package is auto ACK or not? If not, then PRXs will send auto ACK back to each other? 2.Why auto ACK don't work after calling "hal_nrf_enable_dynamic_ack(true)" in PRX?