Relative Content

Tag Archive for c++stm32startuplinker-scripts

.elf file has no sections

I’m currently trying to recreate the blinky example using low-level C++ using vscode for the STM32F446RE Nucleo-64 board. I took the linkerscript and startup code from dwelch67’s stm32 sample code and modified it to fit my needs. Shown below are the linkerscript, startup code, and makefile: