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/66AK2G12: Issue while connecting to Socket programming code in tirtos

Part Number: 66AK2G12


Tool/software: Code Composer Studio

Hi,

EVM: K2GEVM.

Tool: CCS v9.2.

SDK: - ti-processor-sdk-rtos-k2g-evm-06.00.00.07-Windows-x86-Install

I am using NIMU_BasicExample_evmK2G_armExampleproject example project for testing the socket programming functionality I can able to run the code successfully but I want to understand how it will communicate with my PC. I can able to ping to EVM board from my PC. is it possible to communicate from my PC to EVM board is that so how it will work could you please share me the sample server/client code for RTOS so that it would be helpful for me to proceed faster.

I can able to see binding is happening I am using UART_printf for printing the statements for debugging purpose the print inside the dtask_udp_hello function is not printing could please tell why it is not printing in the serial terminal.

thanks,

selva

  • Hi,

    If you're able to ping the board from your PC it means that the example is running as expected.
    TI doe snot provide PC side code, as it may vary depending on the OS. You can use any community tutorial to write a program that opens a socket and sends data through ethernet. For example for linux host PC you could refer to:
     

     

    Best Regards,
    Yordan