STM32H745 Data share
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-05-26 12:50 PM
Hi
I'm new to dual core programming. I need to share data from M7 core to M4 core and M4 core to M7 core. Can you please let me know the steps I need to start.?
- Labels:
-
STM32H7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-05-26 1:12 PM
They share a number of SRAM between them, please take a moment to review the memory and bus matrix diagrams in the Reference Manual.
The ITCM/DTCM RAM will be localized. You'll want to floor-plan which memories you want the linker to allocate to the M7 and M4 portions of your build.
Look at the HSEM peripheral for means of signalling between the cores.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-05-27 5:50 AM
Hi @TWalp.1​ ,
Please refer to the STM32CubeH7 FW package under STM32H745I-DISCO directory.
Maybe the ResourcesManager_SharedResources application can help you.
Best Regards,
Ons.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-01 3:43 PM
Thank you very much .!
It looks SRAM4 allocated for both CPUs. Do you have any cored examples?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-01 3:45 PM
Thank you very much .!
It looks SRAM4 allocated for both CPUs. Do you have any cored examples?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-01 3:45 PM
Thank you very much .!
It looks SRAM4 allocated for both CPUs. Do you have any cored examples?
