Part Number:MSP432P401R
Tool/software: Code Composer Studio
Hi,
I want to add a small code to the default implementation of malloc() and free() functions in MSP432. I found their source file which is memory.c, but I need to re-compile this file to get my changes affected.
Is there any way to tell the CCS to also compile and build the modified files in its library path?