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