2019-10-01 02:28 AM
Hello,
I have found some bugs in linker scripts generation when creating a project from CubeMX.
Those bugs appears only when code is generated for STM32CubeIDE, related to linker scripts:
/* Highest address of the user mode stack */
_estack = 0x20040000; /* end of "RAM" Ram type memory */
/* Memories definition */
MEMORY
{
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 256K
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 1024K
}
On the other hand, if I generate a makefile or TRUEStudio project for stm32wb55cg (1 MB of flash), the linker reports only 512 KB
Hope to see this fixed, thanks for your help!
Solved! Go to Solution.
2019-10-16 01:47 AM
Note that a new CubeWB FW V1.3.0 Package and a new Cube Programmer v2.2 have also been released yesterday.