I am reading up some open source bluetooth stack implementation with NRF51822 with the objective to understanding the Bluetooth firmware.
My prior knowledge are baseband, modulation and PHY. And I program Arduino, HC-05 BT libraries and know the AT commands well. I will like read up the knowledge in-between.
I notice there are quite some references to NRF_RADIO, for example NRF_RADIO->PACKETPTR, NRF_RADIO->FREQUENCY etc.
Where can I find the source code for this structure?
If the source is not open, where can I get some documentation on this library?