At identical flags the produced binaries should differ only because of the link order.CubeIDE's objects.list order is not identical to VS Code's st-project.cmake .If you manually reorder the latter according for the former you should get the exact sa...
Official STM32 support including debugging and RTOS awareness is now available on VSCode, please check out the recent post at the Microsoft blog: Importing ST projects into Visual Studio Code - C++ Team Blog (microsoft.com). This allows importing STM...
Posted on January 03, 2017 at 16:20Which IAR version are you using ? 7.80 came in two flavors: October 17th 7.80 and December 15th 7.80.3 versions.Does 7.70 or October's 7.80 work ?Selecting generic M7 core probably does not match the device memory ...
Posted on December 20, 2016 at 12:01The feature you look for is called 'PIC' (Position Independent Code); At gcc -fpic option would generate PIC code.If can refer directly to the gcc Code Generation Options ( https://gcc.gnu.org/onlinedocs/gcc/Code-...