2024-02-01 05:51 AM - last edited on 2024-02-05 05:41 AM by SofLit
Hi,
I am new about dual core mcu. I have stm32h745 mcu.
I am working about inter core comminication, Firstly setting some setting on CubeMx.
When I create project codes, CubeMx creat 2 openamp library for each mcu(m4/m7).
After that I am trying build, and getting error like this.
Error: L6200E: Symbol OPENAMP_init_ept multiply defined (by openamp_1.o and openamp.o).
16 times geting similar error like this.
Why CubeMx create wrong library.
CubeIde working properly. (create only 1 library set)
Solved! Go to Solution.
2024-02-08 02:42 AM
Thank you.
It is worked.