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.

How to check GPIO pins????

Other Parts Discussed in Thread: OMAPL138

Hello,

 

Am using omapl138 with win ce as the os.I want to  check the gpio pins whether the input corresponding output are correct. i ve no idea how to test the GPIO pins. can anybody help me to check the gpio pins.

 

Regards

Vinoth.

  • I'm not sure how to do this with WinCE, but once everything is running you can connnect in CCS and check the corresponding GPIO IN_DATA registers to see if your input is correct from a hardware functionality level.

    Jeff

  • Hello jeff

     

    I want to know whether its possible to run the gpiotest as the separate project bec when i tried to run im getting more than 100errrors. so tell me some other way to test the gpio rather than ccs. can u just help me 2 work with.

     

     

    Regards

    Vinoth.

  • If your current code has that many errors, it might be easier to just start from scratch with a new project. The code itself would be simple, only having to set up the PSC and PINMUX registers for the GPIO module. Then it's just register reads and writes to modify the contents of the GPIO registers. Check out the GPIO User Guide for more info.

     

    Jeff