Resolved! Are there any tools available for debugging memory leaks?
I'm using an STM32F767ZI, and am programming it in C without any additional libraries (bare metal).I believe there is a memory leak somewhere as a memory allocation that typically would work seems to fail after the program has been running for some t...