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/MSP432E401Y: MSP432E401Y problem of linking about SERVER/CLIENT TCP code:

Part Number: MSP432E401Y

Tool/software: Code Composer Studio

MSP432E401Y problem of linking about SERVER/CLIENT TCP code:

 

Hi everyone,

I am Paul-Emile a student in ingineering at ESIEE Paris and i have a project about the creation of a server/client TCP. I use the device MSP432E401Y and i would like on a first hand to creat a socket for the communication of data between my device and my computer. In this goal i base my code on example that i found on web. For the include files i am based on example tcpecho project given by CCS. Today i have a problem of linking on one of the include files and i can't figure out the problem so i ask you help. I attached to this message my project CCS.

Tanks in advance

Paul-Emile PERRIN

ipconfig.zip

7674.image.zip

  • Paul-Emile,

    Your project seems to be missing some critical files. For instance, the TI-RTOS based example projects in the MSP432E4 SDK contain a.syscfg file that configures the peripherals and other components in the system. This generates additional source files at build time that are then linked into the application. Your project seems to only contains source files and no configuration files, so it likely missing components that are required for a successful build. 

    I would suggest taking a closer look at one of the examples like tcpecho and the relevant SDK User's Guides to get an understanding of the .syscfg and other source files in the project. After reviewing that, if you have additional questions about creating a new project based on the examples, please create a new post in the MSP microcontrollers forum so the experts there can provide additional guidance.

  • Hi,

    Thanks you for these informations, you help me a lot.

    Paul-Emile