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.