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.

CCS/TMS320F28335: TMS320F28335

Part Number: TMS320F28335


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.