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.