Initially, VPC application provide the following pin functionality (source code in pascal):
code
STM32 LL projects for Eclipse and TrueStudio IDEs
The following projects were made for the Low Layer driver (which is part of the HAL driver) and hosted at sourceforge.net as SVN repositories (I don't do well with git) - under linux I use RapidSVN client. In the light of the new events, I decided to convert them to the SPL driver and my … Continue reading STM32 LL projects for Eclipse and TrueStudio IDEs
First success with the libopencm3 library
Obvious, the first thing to try using both a new board and a new library is to blink a LED. But there were a couple of issues. 1. The first thing I had to solve, was properly setting the clock of my board in order to have a functional microseconds delay function. The libopencm3_examples project … Continue reading First success with the libopencm3 library