STM32H745 crashes after running for some time
Hello All,
We have been stuck with this particular issue for more than a month.
For STM32H745, we have enabled only cortex M7 and it has freertos with some logic using a math library.
The code runs for some time (between 30 minutes and 2 hour) and gets a hard fault.
Looking at debugger it states that a "new" operation was called and it failed due to out of memory.
We use __heapstats() in a background task which runs every one second.
It doesn't show any leak in the memory as the free heap remains the same.
Has anyone faced similar issues?
Any pointers is deeply appreciated.
