2021-05-27 05:28 AM
In my project I want to use custom heap functions.
To do this, I set the "Use FW pack heap file" option in the FreeRTOS settings, to "Disable".
Despite this, the code generator still adds the package heap file (heap_4.c) to the list of files to compile.
When linking a project, it conflicts with the custom memory allocation functions in my project.
Cube is v6.2.1 (with last updates), FreeRTOS v10.0.1
A bug demonstration project is in the attachment