Question
FreeRTOS users: Dave's helpers now on GitHub (fix for newlib memory management bugs in ST tools)
This is a follow-up for: https://community.st.com/s/question/0D50X0000BB1eL7SQJ/bug-cubemx-freertos-projects-corrupt-memory?t=1594600862291
Due to popular demand, I’ve updated and placed a couple of components on Github: https://github.com/DRNadler/FreeRTOS_helpers, including:
- heap_useNewlib (stop those nasty memory-management crashes), and
- a port.c for Cortex M4-7 that adds MSP (ISR) stack checking
I’ve also updated and expanded the web page http://www.nadler.com/embedded/newlibAndFreeRTOS.html.
Hope you find this helpful!
Best Regards, Dave
