User Activity

Hi All,I'm building up my understanding of using FreeRTOS, and what I've setup is a Nucleo-F103RB connected to a logic analyser. The plan here is to have a few tasks setup with RTOS to toggle LEDs at varies rates and timings and then check how this a...
Posted on January 20, 2018 at 16:48Hi All,I'm going to be building a motor control circuit, and what I would like is to be able to monitor the voltage and current going into the motor.Was going to use the STM32F108's inbuild ADC to measure this, so ...
Posted on September 02, 2017 at 15:45Hi Everyone,I've been using a Nucleo F103RB for a while now, adding onto the default code provided via Atollic's TrueStudio setup. With this, I have been able to initialise and communicate successfully with I2C, ...
Posted on May 30, 2017 at 18:56Hi All,I've got a  Nucleo-F103RB, and have been able to successfully implement an SPI interface to an FPGA, using the software to control the flow of the SPI.I want to now move this across to the DMA, such that the DMA...
Posted on April 18, 2017 at 19:44Hi All,Have just moved over to the STM32 (have the Nucleo-F103RB!) device from 8bit devices, and am finding the STM32 device to be pretty cool Currently working on a personal project, to build a robotic arm and have ...