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.

MSP432E401Y: Assembly directive to access a function in a 'c' program

Part Number: MSP432E401Y

Tool/software:

Hello,

I have a project that I'm developing in Code Composer Studio that includes a number of 'c' programs and an assembly program. I need to access a function that is located in one of the 'c' programs from the assembly program.  The 'c' function is lwIPInit(---) that is located in the program lwiplib.c.

Can someone please tell me what directive I need to use that will allow my assembly code to access the lwIPInit(---) function?  I tried to use ".extern" and then ".include" but they both caused assembler errors.

Thank you.