MXCube generate wrong linker command file for STM32CubeIDE
Dear experts,
starting from an MXCube project, if I generate a project for STM32CubeIDE, I obtain a Linker Command File with wrong values assigned to _Min_Heap_Size and _Min_Stack_Size labels.
Even if I change the values in MXCube tool, the values in the linker command file don't change.
On the contrary, if, for instance, starting from the same MXCube project I generate a project for Atollic True Studio, the _Min_Heap_Size and _Min_Stack_Size labels are set to the correct value (They are set with the same values specified in the MXCube tool), so it seems a bug in the STM32CubeIDE generator.
MXCube version 5.2.0
