cancel
Showing results for 
Search instead for 
Did you mean: 

Advantage of using a pin assigned to a core on multicore MCU

DavidSilva
Associate

I new to multicore MCU progamming and i was wondering what is the advantage of using a pin assigned to a core instead of setting it free ???

1 REPLY 1
TDK
Guru

Setting a pin to a core generally puts the initialization code in that core's code. If you want to use the pin, it generally needs to be initialized somewhere.

If you feel a post has answered your question, please click "Accept as Solution".