Linker scripts are one of those things which nobody who does software development really wants to deal with, but like many things in life sometimes they are inevitable to make things work. Although ...
In the first installment of this series we had a brief look at the steps needed to get a bare-metal application running on an STM32 microcontroller. While this allowed us to quickly get to the juicy ...
In this part I move on to describe the GNU linker script for abare-metal ARM project. The code accompanying this article is availableonline at the Embedded.com’s Downloadable Code page. Therecommended ...