Part Number: MSP432E401Y
Tool/software: TI-RTOS
Hello,
I am new to both micro controllers and TI_RTOS - please forgive me if this is a trivial problem.
I downloaded the tcpecho project for the MSP432E401Y development board and was able to run the project successfully.
I attempted to convert the tcpecho project from a CCS project to a RTSC project by adding a .cfg file to the CCS project. I also added a new periodic task to the project voa the .cfg file that does nothing but sleep for ~ 1 second. The RTSC project compiles and links. Unfortunately, when I run the program I noticed that the RTSC version of the tcpEcho project is hanging at the line : rc = NC_NetStart(hCfg, networkOpen, networkClose, networkIPAddr); Further debugging indicates that the hang maybe occurring in the function mmZeroInit(void *pDst, uint32_t len) of unit mem.c.
Any suggestions would be greatly appreciated.
Thanks in advance,
Manny