2024-03-01 12:11 PM
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 ???
2024-03-03 5:08 AM
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.