Hello,
I’m working on a project using the PIC32MZ-EF base located here: jjr-simiatec/FreeRTOS-TCP-for-PIC32: A zero copy PIC32 Ethernet MAC driver for FreeRTOS+TCP. (github.com)
I believe I’m running into an issue with heap corruption, as on rare occasion I’m ending up with a Stack overflow that absolutely shouldn’t be able to occur (Stack sizes significantly larger than what could be possible). In the readme of the project above, there is mention of some unreleased code to solve heap corruption issues, but unfortunately, the links to the old sourceforge discussions are dead.
https://sourceforge.net/p/freertos/discussion/382005/thread/c27aeb20b5/
https://sourceforge.net/p/freertos/discussion/382005/thread/6e3856e518/
Can anyone point me to what these fixes were? Have the sourceforge discussions been archived somewhere?
Any help appreciated!