User Activity

Posted on September 05, 2017 at 13:37Hi everyone.I have stm32f429-DISC0 board and I wanted to use graphic LCD. I found the CMSIS workshop series and step by step I did everything as said on the video. But unfortunately after 3th video nothing worked...
Posted on March 31, 2017 at 07:13Hi everyone,I wanted to move a data array(source) to another data array(destination) using USART2 and I wanted to move datas to usart2 and from usart2 by using DMA1. I connect the tx pin to rx pin and it worked. The ...
Posted on July 27, 2016 at 09:37Hi. I'm having problem trying to use input capture mode to measure frequency. I create pwn signal from timer4 of microprocessor and try to mesure it's frequency via timer2 input capture. I also measure the frequncy vi...