Hi there, for my Application, I want to listen for all BLE packets on a fixed channel. No SoftDevice is used. I receive all packets as long as BASE0/1 and PREFIX0/1 and RXADDRESSES are simply untouched (all 0's). However, I need to figure out the Access Address for the received packets. As mentioned in the reference manual for NRF52832, chapter 23.2, the Access Address is ommited and not copied to RAM by "EasyDMA".
Is there any register where this address can be retrieved (without DMA) or any way to pass a pointer to the RADIO peripheral where it stores the received address?
Basically, it would be enough if I could simply specify a channel and receive the demodulated signal from the radio peripheral, which I think should be a fairly basic task?
Thanks in Advance