Question
How to do coding in multi-core controller ?
I am new to STM32WB, i have written BLE middle-ware application it is working on Scheduler, in main while Loop SCH_Run(~0) is handlling the entire middleware, now i want to wirte the actual application for Cortex-M4 but when i add anything in the While loop my BLE Stack stop working. So kindly guide me how to code in Multi-core controller