User Activity

Hi,i'm wondering if there is an easy solution for using nucle board as field programmer over SWD interface. I would like to programm blank stm32 device directly from nucleo board using external flash or stm32 device content. It should be done over on...
Posted on August 30, 2016 at 11:56Hi,I'm trying to figure out, how to use the CubeMX generated project for touch sense aplication. I'm able to detect the change on the 3 touch buttons, but i can't figure out, how to detect on which touch button did ...
Posted on August 13, 2016 at 00:31Hi, I'm new to programming the STM32 micro. That's way the Cubemx tool is very helpful for initializing the STM32. Also ther are a lot of examples in the repository, but i don't understand why the examples are not w...
Posted on May 23, 2016 at 23:14Hi, I have started to work with STM32L1. Maybe it's a silly questestion, but how to read multiple ADC channels without DMA? It is simple to read 1 channel with HAL_ADC_GetValue(&hadc); or multiple channels with DMA HAL...
Posted on March 18, 2016 at 14:42Hello,i'm trying to make a USB cdc virtual port to transfer data to uart and back. I have successfully made the virtual port using CubeMX and transfer data to uart. But i have trouble to read data from uart and trans...