2021-10-26 01:35 PM
Is it possible to run a custom radio stack on M4 core of STM32WB processor without using M0 core ? If yes, where can I find the manual to read about accessing radio peripherals from CPU1
2021-10-26 01:53 PM
Some documentation is not publicly available, you should discuss this with a local ST sales rep, or your FAE, likely materials under NDA, or otherwise limited distribution.
Access and any level of support are typically gated by doing several $M in existing/probable business, with radio/rf being a particularly touchy area. Last I checked they didn't have an NRE billing method of entry.
You've asked a similar question before, so assuming you don't have an existing business relationship with ST.
2021-10-26 03:37 PM
Duplicate:
https://community.st.com/s/question/0D53W000010ssIlSAI/custom-coprocessor-binaries-for-stm32wb55
2021-10-27 06:08 AM
There is no way for the M4 core to get access to any of the RF registers. The HW architecture is such that only the M0+ core has a dedicated bus to access those RF registers.
So it is not possible to develop a wireless stack only located on the M4 core.
The usual way for an application running on the M4 core to use RF functions is based on the HCI API running on the M0+ core.