Tool/software: Code Composer Studio
Hello,
I am working with a CC1352 Launchpad and am struggling to work with the GPIO pins on the board. I would like to set certain pins high and toggle them at some increment. Could anyone point me in the right direction? The only example that I see in the SDK is using the GPIO as an interrupt which I do not wish to do. The Blinking LED example works with the GPIO calls as I would imagine, however when I try to do the same thing with the defined board pins, I cannot seem to change their states. Any help is appreciated, thank you!