Skip to main content
Associate
March 1, 2024
Question

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

  • March 1, 2024
  • 1 reply
  • 893 views

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

TDK
March 3, 2024

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""."