Is it possible to generate dual-core projects for the WL55JC1 using CubeMX?
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