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: and TI RTOS, want to override memory allocation

Part Number: MSP432E401Y

Hello,

We are chasing a difficult bug.

We'd like to add a hook to heap allocation so that an alloc of a specific size is caught.

If I add HeapMem.c to my project, I get a linker error.

This is unlike the drivers where you can substitute your own modified driver and it will override the one in the SimpleLink BSP

Same problem with Memory.c

I can't figure out how to modify release_pem4f.c and have that count, it seems to be an autogenerated file.