Skip to main content
BAl K.1
Associate III
April 27, 2023
Question

How to communicate each core for stm32h745i-disco dual core?

  • April 27, 2023
  • 1 reply
  • 1703 views

I use stm32h745i-disco for work, and want to use dual core system. one for lvgl display, and the other for pn532 rfid, which is needed to communicate each other. anyone have experience about this? pls help

This topic has been closed for replies.

1 reply

mƎALLEm
ST Technical Moderator
April 27, 2023

Hello,

I invite you to read the AN5617- STM32H745/755 and STM32H747/757 lines inter-processor communications.

If it does answer your question, please click on "Select as best" this answer.

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
BAl K.1
BAl K.1Author
Associate III
May 9, 2023

Hello, i have read the document but still confused. Can i send some data bytes from cm7 to cm4 using IPC?

mƎALLEm
ST Technical Moderator
May 9, 2023

Hello,

Indeed you can share data between the two cores. You can also refer to the examples provided by STM32CubeH7 package under the path \Projects\STM32H745I-DISCO\Applications\OpenAMP

Also refer to the oscilloscope demo X-CUBE-H7DC-APP.

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.