Tuesday 27 December 2016

First steps with stm32l152c-discovery. First program generating pwm

As for me, Eclipse IDE is a very huge IDE. Today I want to introduce you a better environment, I want to show how to work with an embedded microcontroller in Qt Creator. Also, we will build our first project and generate a square wave. For all these things we are going to use CubeMX and a little bit of code writing.


Tuesday 20 December 2016

First steps with stm32l152c-discovery. Environment.

I think that in the web there is a lack of materials about configuring and working with STM32L processors. So, the purpose of this post is to describe how to start working with STM32L152C-Discovery board. Particularly, I want to describe my workspace environment, required software and hardware components and the process of installation FreeRTOS on my device. Also, I want to check that all these things are working correctly.