cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass data between two cores (STM32WB55)

kcire L.
Associate III

Hi,

I have a program running on the M4 core of the STM32WB55 and would like to pass a data buffer to the M0 for transmission over BLE (notification). I'm having a really hard time understanding how to pass the data between the cores and was hoping for a simple example that would outline the best way to do this.

Any help is very much appreciated.

Thanks in advance.

1 REPLY 1
Remy ISSALYS
ST Employee

Hello,

You can find BLE examples in STM32CubeWB package available here:

https://www.st.com/en/embedded-software/stm32cubewb.html

Exchanges between M4 and M0 cores are done through SHCI commands.

Best Regards