Other Parts Discussed in Thread: SYSCONFIG,
Tool/software:
I am having some memory allocation related problems with an application I developed for the MSP432. I want to be able to set breakpoints inside the LWIP TCP/IP stack, and view some of the stack variables like "lwipstats". I've added the lwip source code to my project, and enabled DEBUG, but I am still unable to set breakpoints in the lwip source.
What is the best way to setup a project for full debug of the app with LWIP? This app is based on one of the SimpleLink example HTTP client projects and uses the TI-RTOS.
Is there a way that I can include all the source code in my project and build everything together without the external project dependency?