Monthly Archives: March 2013

STM32F0 Discovery Development III

The ARM startup code we discussed last time was enough to get a program to compile, link and run, but it wasn’t enough to support a real C program. There is one primary feature that we’re missing, pre-initialised variables need their initial values copying from flash to RAM. The discovery-basic-template is full of useful information,… Read More »

STM32F0 Discovery Development

In my previous article about the STM32F0-discovery board, I wrote this: I believe it will be possible, with a bit of research, to use the arm-linux-eabi version, and hence to get the cross-compiler direct from the emdebian project. Today’s article is going to be looking at exactly that. I’d like to be able to use… Read More »