This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2634: can we use same gpio in all the core?

Part Number: AM2634

Tool/software:

Hi, 

i want to blink the led of this pin GPIO (QSPI_CSn0/P1) to blink the led in different core is it possible?

in R5FF1-0 i used the configure the pin of     in RFF1-0 i used the same pin, it is show the error
  

so for that i used the unlock Lock logo so my gpio pin is changing can u explain me why?

so here my error Resource conflict Error went but my Any(QSPI_CSn0/P1) pin has changed can u expalin this also why?

  • Hello,

    Apologies for the delay.

    You cannot control the same pin with multiple cores at the same time. This is considered a resource conflict because you are configuring that pin more than once.

    As for why unlocking the pin resolves the resource conflict error:

    By unlocking the pin, it changes the pin to "Any," meaning that the software will select and choose any available pin. It will not use the pin P1 since that is being used by R5FSS0-1. if you want to use a specific pin (such as for layout reasons) you must lock that pin.

    Thank you,

    Susan