Issue when import programme from MBED
Hello STM Team
For information for other user that want to import mbed projet, to proper execusion you need to use the ld file generated by mbed export not de default on generated by the project creation.
For my application the file is here :
./mbed-src/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/TOOLCHAIN_GCC_ARM/STM32F401XE.ld
I just modify the location to put in same place as LinkerScript.ld and change in Project>property>MCU G++ Linker>General field LinkerScript (-T) : to change the file name
I think this thing could be added to the tuto How to import mbed project (Bernard it's for you 😡)
Thierry