For the RADIO peripheral of the nrf52(840), if you set up the radio to receive coded Phy transmissions, I have the opportunity where I can set the MODE for 125Kbps or 500Kbps.
Does the receiver care? Will it look at the CL field of the incoming packet to figure out what encoding is??
I only ask because I am attempting a simple, transmit from one nrf52840 dk to another nrf52840 dk board. It seems that no matter if I set the transmitter to S2 or S8, the receiver still receives the packets, almost like it automagically figures it out. There isn't any information on the operation of the receiver in the manual, about what its existence means to the receiver section.
If the receiver on the radio can't automatically detect that the received packet is a different size. Then that means my coding selection on the transmitter board, isn't actually changing what I think it should, even if the Ozone debugger says the registers in the radio peripheral have changed.
Thanks for help on esoteric questions.
AM