GCC based Linker file for the STM32F0
Posted on June 26, 2012 at 18:26 Hello all I just wrote a simple linker file to be used in the gcc environment. One of my goals was to define a stack and heap section in the linker file. The linker file is provided below. It seems to compile wit...