Skip to main content
Explorer
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 ???

    This topic has been closed for replies.

    1 reply

    Super User
    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.