Radio Peripheral Documentation
STM32WB SoCs have radio module. I need a way to write own wireless stack but the documentation is lacking their description.
So far documentation mentions 3 peripheral devices on APB3:
0x6000 1000 - 0x6000 1FFF 4 KB 802.15.4 CTRL
0x6000 0400 - 0x6000 07FF 1 KB Radio CTRL
0x6000 0000 - 0x6000 03FF 1 KB BLE CTRL
And 8 interrupts:
BLE_BLUE_IT BLE blue controller interrupt
BLE_RFC_IT BLE radio control interrupt
BLE_RFFMS_IT BLE radio states interrupt
BLE_HOST_WKUP BLE host wakeup interrupt
802_IT0 802.15.4 interrupt 0
802_IT1 802.15.4 interrupt 1
802_IT2 802.15.4 interrupt 2
802_HOST_WKUP 802.15.4 host wakeup interrupt
This would be great to get more information on what registers there are and how these peripherals function.
Can anyone help me with that?