Hi!
I'm trying to do a test of range in nRF52832 with the throughput example, and the code compile and upload without problems.
But, when I check the serial terminal, the unique log is "W: RX ring buffer full" on a loop. I try to change the default values on the prj.conf file, but the problem starts again but later.
This is the output:
*** Booting Zephyr OS build v3.3.99-ncs1-1 *** I: SoftDevice Controller build revision: I: e0 7e 2e c1 5e 05 85 23 |.~..^..# I: 46 15 dc fa 8e 29 7d 70 |F....)}p I: 10 93 a5 fc |.... I: HW Platform: Nordic SemiW: RX ring buffer full. W: RX ring buffer full. W: RX ring buffer full. W: RX ring buffer full. W: RX ring buffer full. W: RX ring buffer full. W: RX ring buffer full. W: RX ring buffer full. W: RX ring buffer full. W: RX ring buffer full. (continue)...
Thanks for the help!