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/TMS320C5535: GPIO reading input issues

Part Number: TMS320C5535

Tool/software: Code Composer Studio

Hello,

I am currently using the TMS320C5535 eZdsp USB kit for a project, and I am attempting to read in values using the CSL functions for this processor. However, I never get a logical high value. I have tried using an input of 3.3V from VCC_3V3 pins on the eZdsp kit itself, as well as from an external power supply, to no avail. My question is, is this a problem in my code somewhere? Or is this an issue with how I am trying to send a signal into the pin? For my code, I am calling functions from the file ezdsp5535_gpio.c in my main, and this file calls functions from the CSL, specifically from csl_gpio.c. Outputting values with the GPIO pins works correctly, which leads me to believe it may be a problem with my sending of the signal and not the code itself.

Thank you for any help you can offer.