Hello Team,
In my current project I am using LPC55S69 microcontroller. I know it has 2 cores (Core0, Core1).
I am planning to implement thread mechanism, so the thread creation will be in Core0, but the actual implementation will be in Core1.
Is it doable? Also, can we achieve thread synchronization with this approach?
I am checking for other possibilities to minimize the image foot print. Otherwise I will go and use Free RTOS.
Can someone please suggest?
Regards,
San
Hello @Pavel_Hernandez ,
Thanks for the update.
Hello, my name is Pavel, and I will be supporting your case, I recommend review the examples on the SDK about the using of multicore.
Best regards,
Pavel