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.
Tool/software: Code Composer Studio
Hi,
I am trying to toggle 2 GPIOs(one from CLA1 and another from CPU1). I have updated the core selection registers for both gpio. What i am getting is that if i declare the GPIO(CLA1) first and the GPIO(CPU1) second in my code. Only the GPIO(CLA1) toggles and the GPIO(CPU1) doesn't work. Same happens other way around. GPIO(CPU1) works if its declare first and GPIO(CLA1) doesn't work. I am toggling the GPIOs using GPXSET and GPXCLEAR Registers. I have added the GPIO declaration snapshots. Please help