Archive for the Cortex M0 Category

Bootloader on STM32F0

Introduction

Besides all techniques created until today, every software developed can have bugs. Computer software nowadays can be easily updated to a new versions to fix all those bugs and it doesn’t take anything more than a few mouse clicks.  Embedded software ou bare bone firmware can have bugs too, but update to new versions is not always that simple as in computers software.

Continue reading Bootloader on STM32F0

STM32F0 discovery + GCC + Eclipse + OpenOCD + Ubuntu – Part II

  Hello!
  As promissed in last post, I’ll show you how to setup eclipse to work with the our STM32F0 discovery board + open source toolchain. Continue reading STM32F0 discovery + GCC + Eclipse + OpenOCD + Ubuntu – Part II

Digikey – 180 days of education

Hello there!

This post I’d like to comment a little bit about the digikey continuing education program. It’s 180 days of education in electronics, firmware, concepts, good practices in R&D, tests, etc. Continue reading Digikey – 180 days of education

STM32F0 discovery + GCC + Eclipse + OpenOCD + Ubuntu – Part I

Hello there!

In this post I’ll show how to set up your IDE to debug the STM32F0 discovery board using open source tools. Continue reading STM32F0 discovery + GCC + Eclipse + OpenOCD + Ubuntu – Part I