STM32H747 Cube MX / "Openamp" problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-15 4:48 AM
I'm using STM32H747 disco with Cube MX and Keil. I have don't enable "openamp" in Cube MX. I have downloaded and added STM32MP1 packages but it didi't change. Anyone know that how to solve this problem? Thanks.
Solved! Go to Solution.
- Labels:
-
STM32CubeMX
-
STM32H7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-15 6:59 AM
You should activate NVIC interrupts for HSEM.
When your question is answered, please close this topic by choosing "Select as Best". This will help other users find that answer faster.
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-15 6:41 AM
Hello @Cenk KILIÇ​ and welcome to the Community :)
Which CubeMx version are you using ?
Can you please clarify more your issue ? (share screenshot)
Do you get an error message ? Maybe you have the OpenAMP issue (described in the RN CubeMx v6.3.0) when compiling under MDK-ARM.
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-15 6:47 AM
Cube MX version is 6.3.0. I can't enable openamp both of CM4 and CM7.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-15 6:56 AM
If you hover over the grayed out "OPENAMP_M4" text, it will tell you the reason it's disabled.
In this case, you likely need to enable the HSEM interrupts in HSEM1/HSEM2 interrupts in NVIC1 and NVIC2 in the "System Core" section.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-15 6:59 AM
You should activate NVIC interrupts for HSEM.
When your question is answered, please close this topic by choosing "Select as Best". This will help other users find that answer faster.
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-15 7:17 AM
Thanks
