Tool/software: Code Composer Studio
Hello,
I want to assign some variable to GPIO pin to check the signal but I am not able to that. I am using the following method
GpioDataRegs.GPADAT.bit.GPIO20=&Thetta;
Please, guide me how to assign variable to any GPIO pin. I am getting the error that value to type double cannot be assigned to an entity of type Uint16.
Thanks you.