Skip to main content
MTayl.5
Associate
October 17, 2022
Solved

Is it possible to generate dual-core projects for the WL55JC1 using CubeMX?

  • October 17, 2022
  • 2 replies
  • 1684 views

Using:

  • CubeMX 6.6.1
  • FW package STM32Cube FW_WL V1.2.0

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

This topic has been closed for replies.
Best answer by Louis AUDOLY

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

2 replies

MTayl.5
MTayl.5Author
Associate
October 17, 2022

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.

Louis AUDOLY
Louis AUDOLYBest answer
ST Employee
October 19, 2022

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