User Activity

Posted on March 30, 2017 at 18:49Hi, I'm using the cubeF4 to work on FATFS application and i'm searching for a function in FATFS library that can return the content of the SD Card: number of files and their names.  Thank you.
Posted on September 11, 2015 at 13:23Hi ,I'm using STM32F103 and i have an input signal on Timer1_ch3 (PA10) which generates an EXTI interrupt and it's working well.I have another input signal on Timer2_ch3, but something strange happens when i conn...
Posted on August 25, 2015 at 15:59Hi,Please i have to capture an input signal  and read it's frequency value with a DMA request but i can't find any ressources.I know the other solution with interreupt but i insist on this method with DMA, i need it...
Posted on August 20, 2015 at 15:26Hi ,Please i have to measure frequency from 1Hz to 3Khz with timer 1 (16bits)My SysTick clk = 72Mhz, so i set the prescalor to (1000-1) .So i have a Counter Clock=72Kand than i can capture frequency starting from 1H...