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.

receiving data from the UART using Interrupts

Other Parts Discussed in Thread: TMS320C6657

Hi ,

I’m new in the field of programming on DSP, and I need to build a simple program that receiving data from the UART but using Interrupts (not through polling because RT requirements ). I’m using the TMS320C6657 EVM and succeed to build a program that using the UART( by platform_uart_read ).

Are there any examples of code I could find in order to understand the use of interrupts or is there any documentation that summaries the subject ?

Thank you,

Yoni.

  • Install the latest processor SDK and create the examples as per the below TI wiki.

    processors.wiki.ti.com/.../Processor_SDK_-_Create_PDK_projects

    Processor SDK download:
    www.ti.com/.../PROCESSOR-SDK-C665x

    Can you please try the following example ?
    C:\ti\pdk_c665x_2_0_1\packages\MyExampleProjects\UART_BasicExample_C6657_c66xExampleProject
  • Welcome to the TI E2E forum. I hope you will find many good answers here and in the TI.com documents and in the TI Wiki Pages (for processor issues). Be sure to search those for helpful information and to browse for the questions others may have asked on similar topics (e2e.ti.com). Please read all the links below my signature.

    Thank you.

    Note: We strongly recommend you to create new e2e thread for your queries instead of following up on an old/closed e2e thread, new threads gets more attention than old threads and can provide link of old threads or information on the new post for clarity and faster response.

  • You can also generate PDK examples for C6657 EVM's. Please refer below wiki to create PDK example projects(CCS).

    List of Examples:

    UART_BasicExample_C66x_c66xExampleProject

    UART_BasicExample_C66x_c66xDMATestProject

    UART_BasicExample_C66x_c66xTestProject

     Are there any examples of code I could find in order to understand the use of interrupts or is there any documentation that summaries the subject ?

    Please refer below wiki for interrupts on keystone devices and also you can find plenty examples for interrupt in e2e. You can also find interrupt examples in examples generated above.

    Thank you.