Skip to main content
Associate III
December 15, 2025
Question

data sharing between the cores

  • December 15, 2025
  • 1 reply
  • 302 views

Hi,

I'm using STM32H7 dual core, where the data has to be shared between the cores, so im having totally 21 variables totally 76 bytes, thought of do it like a structure, so where to place the structure exactly for this data sharing. so, this structure should be placed in any linker file of one of the cores or where?

if so, thus we have to keep the structure in both the core or what

which method is a fastest wat to share the data, like a ring buffer, HSEM.

if we use HSEM, we can use that structure or access outside, before calling the HSEM TAKE, or structure values should be assigned only inside after the HSEM TAKEOVER.

 

 

regards,

srinath

1 reply

Andrew Neil
Super User
December 15, 2025
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
mƎALLEm
Technical Moderator
December 15, 2025
"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question."
Andrew Neil
Super User
December 15, 2025

@Srinath_03 which also shows up in the Knowledgebase search results ...

 

PS:

More on OpenAMP (Open Asymmetric Multi-Processing):

https://www.openampproject.org/

https://github.com/OpenAMP/open-amp 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.