2022-10-17 02:35 PM
Using:
Goal:
From an IOC file, pressing generate in CubeMX generates 2 projects, each with their own main file. Each project can be compiled separately, and then joined during debugging (or linking externally), similar to how the hardware semaphore example is.
Current behavior:
Code is generated as a single project as seen in single-core MCUs
Thank you
Solved! Go to Solution.
2022-10-19 12:59 AM
Hello @MTayl.5 ,
Yes as you said you can generate a dual core project from CubeMX, (there is dual core example with ioc in the FW package) but you cannot start from a single core project.
Regards
Louis
2022-10-17 02:56 PM
Answering my own question in case anyone else has this problem.
It is possible, but you can't edit an existing ioc file. You must create a new project, select your MCU, then it asks you if you want 2 cores or not.
I'm unsure if it can be done afterwards, but have unblocked myself.
2022-10-19 12:59 AM
Hello @MTayl.5 ,
Yes as you said you can generate a dual core project from CubeMX, (there is dual core example with ioc in the FW package) but you cannot start from a single core project.
Regards
Louis