User Activity

Posted on November 27, 2017 at 11:55Hi all,I am working with STM32F733x MCU and having trouble achieving the following configuration through HAL library.Following is what I would like to acheive1) Synchronise TIM1 (master) & TIM8(slave) in slave tri...
Posted on October 13, 2015 at 07:29Hi all,I am trying to identify a certain frequencies using STM32F4x's ADC(STM32F4). Sensitivity of detecting these frequencies worsens when we stream data continuously through USB operating in Fullspeed (say stream...
Posted on July 31, 2015 at 08:55Hi Everyone,Does STM32 DMA controller provide options to perform following copy procedureSay the data in the source memory as follows. (x, y are 16 bit each)Source Memory:x1 ,y1,x2,y2.,.,xn ,ynI want to copy to destin...