Is CORE_CM0PLUS support FREERTOS ?
Hello,
Is CORE_CM0PLUS support FREERTOS ?
Thank you,
Hello,
Is CORE_CM0PLUS support FREERTOS ?
Thank you,
Hello,
When you start a cubeMX project in dual core, in the section middleware, you can notice the FREERTOS feature is only available for the CM4 cortex. So in our configuration you can't, but in theory you could, but you have to add code to adapt to this core.
In fact you could add user code in the CM0+. If your code is running and does not interact with the CM4, you can without any problem. If you want your code to interact with the code in the CM4, you can also, but the development have been done in a way that you need to define the communication between the functions of the two cores thanks to a controller to communicate between the two cores (IPCC).
So in this case this is a bit more difficult to implement but it's possible.
You can refer to AN5480 in the section 12 . Dual Core Management, it explain how works the communication process thanks to a mailbox multiplexer.
I hope it helps !
Regards
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.