2021-10-15 04: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.
2021-10-15 06: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
2021-10-15 06: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
2021-10-15 06:47 AM
Cube MX version is 6.3.0. I can't enable openamp both of CM4 and CM7.
2021-10-15 06: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.
2021-10-15 06: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
2021-10-15 07:17 AM
Thanks