cancel
Showing results for 
Search instead for 
Did you mean: 

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

MTayl.5
Associate

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

1 ACCEPTED SOLUTION

Accepted Solutions
Louis AUDOLY
ST Employee

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

View solution in original post

2 REPLIES 2
MTayl.5
Associate

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
ST Employee

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