Visitor II
October 16, 2018
Question
STM32CubeMX: Linker script for STM32L433CB
- October 16, 2018
- 3 replies
- 928 views
Hi
I used STM32CubeMX (4.27.0) to generate the files for the STM32L433CB and noticed that in the link script (STM32L433CB_FLASH.ld) the memories are incomplete (RAM2 "is" in RAM).
I checked the examples of STM32Cube_FW_L4_V1.13.0 (NUCLEO-L433RC-P) and they are different (RAM2 is separated ).
The end of RAM (_estack) and some ALIGN are different too.
On Release Notes for NUCLEO-L433RC-P Templates (and LL) there is the following entry:
V1.13.0 / 27-July-2018
Main Changes
- Correction of stm32l433xx_flash.icf RAM sections definition
I suppose that the update was not replicated on STM32CubeMX.
Shouldn't the generated link script be the same as the template?
Best Regards,
Carlos