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.

RTOS/TMS320C6670: How can I call RTOS APIs at the host PC?

Part Number: TMS320C6670

Tool/software: TI-RTOS

For example, if I want to call task_create API which is executed on the DSP core at the host PC (debugging PC), how can I do that?

More specifically, I want to call task_create API through C programming at the host PC.

I don't know what should I read and I have no clue for this.

It would be very helpful if you let me know which document should I read.

I am very looking forward to your answer.

Thank you in advance. 

Best regards,

Heungseop

  • Hi,

    On your host pc you are running the CCS which is used to create, load & debug the C code that is executed on the target evm.

    Best Regards,
    Yordan

  • Hi, Yordan

    Thanks for your reply.

    I think my question was vague. 

    Let me ask a question specifically again.

    Let's suppose that the DSP core is loaded with an .out file and executed.

    What do I need to do to allow an application (created by C programming and executed on the host PC) to exchange parameters with applications running on the DSP core?

    Let me know if this is possible, and if so, which document to look at.

    Best regards,

    Heungseop

  • Hi,

    What do I need to do to allow an application (created by C programming and executed on the host PC) to exchange parameters with applications running on the DSP core?

    You need to have the device connected to your PC with some communication interface (PCIe, SRIO, etc.) and have the program running on your host PC sending commands to the RTOS application (.out file) that is running on your board.

    Best Regards,
    Yordan