STM32CubeMX file => linker script file not generated properly
Hi,
I'm using STM32CubeIDE with a former Atollic TrueStudio project. The import itself succeeded, but it's neccessary to fine tune the settings. Also, when using the STM32CubeMX files, it seems that STM32CubeIDE uses different file names for several source files, resulting in redefinition of several functions (e.g. _sbrk, etc.).
My current problem is that with the former STM32CubeMX file, changing heap/stack size is not reflected in the linker script file. I'm on a STM32L011F4P6 device. I verified it with a new project, there's the same problem. So it can't be related to the old STM32CubeMX file.
Regards