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: gpio on DM816x

Other Parts Discussed in Thread: CCSTUDIO

Tool/software: Code Composer Studio

hello

i have DM816x/AM389x Evaluation Module board.

and how write a gpio example on arm with ccs.

please help to me

thanks

  • Hi Stanley,

    For GPIO example code in CCStudio, please check the DM816x TI EVM diagnostic software, available at Spectrum Digital site.

    support.spectrumdigital.com/.../
    Test Code

    You can explore the below files:
    evm816x/lib/evm816xbsl/evm816x_gpio.c
    evm816x/evm816x_gpio.h

    Another GPIO CCS example code you can find in DM814x TI EVM diagnostic software, available at Mistral site. DM814x and DM816x devices are similar, thus you can also refer to the DM814x GPIO CCS code.

    www.mistralsolutions.com/.../
    Available Downloads for TMDXEVM8148 -> Software -> Diagnostic Software -> Expansion I/O Board -> Rev D

    src/CCS_Test_Code/IOExpansion_Application/dcan/readme.txt
    src/CCS_Test_Code/IOExpansion_Application/dcan/dcan.c
    src/CCS_Test_Code/IOExpansion_Application/dcan/dcan.h

    src/CCS_Test_Code/IOExpansion_Application/Bluetooth/bluetooth.c
    src/CCS_Test_Code/IOExpansion_Application/Bluetooth/gpio.h

    src/CCS_Test_Code/IOExpansion_Application/lcd_interposer_touch/readme.txt
    src/CCS_Test_Code/IOExpansion_Application/lcd_interposer_touch/ocular_touch.c
    src/CCS_Test_Code/IOExpansion_Application/lcd_interposer_touch/ocular_touch.h

    Regards,
    Pavel
  • Check also the below e2e thread:

    e2e.ti.com/.../160166

    Regards,
    Pavel