Hi all,
is it possible to execute functions on different cores (K32LA6 CM0 and CM4) in parallel, I mean asynchronously? If so, how to implement that?
Thanks in advance!
Best regards
解決済! 解決策の投稿を見る。
Hi Trento,
Yes, this is possible. You are talking about dual core operation. Have a look at the multicore examples from the SDK for the K32L3A6. There is also this application note: Dual-core project creation and conversion for K32L3A6 devices
Best regards,
Chris
Hi Trento,
Yes, this is possible. You are talking about dual core operation. Have a look at the multicore examples from the SDK for the K32L3A6. There is also this application note: Dual-core project creation and conversion for K32L3A6 devices
Best regards,
Chris
Hi Chris,
thanks!