Our product use two NRF24L01+. One is for transmitting and another is for receiving. They communicate by 250Kbit/s. It is pre-production.
Now, we want use nrf52810 to instead the NRF24L01+ in the transmitert. And we test that the NRF24L01+ can receive the data from NRF52810 by 250Kbit/s. And the bundrate can't be changed now.
But we find that in Product Specification. Nrf52810, Nrf52811 and Nrf 52840 don't mention they have Nrf_250Kbit mode in the RADIO->MODE register. And in the Nrf52832, it has the Nrf_250Kbit mode but this mode is Deprecated.
We exactly set the the RADIO->MODE to 2. And the Nrf52810 can send the data in Nrf_250kit mode and the NRF24L01+ receives the data. But the product specification doesn't mention this mode.
So we are very worry about that can the Nrf_250Kbit(RADIO->MODE = 2) be used in our product. Why the product specification doesn't mention this mode?
Thank you for your help!