User Activity

Hi,I'm using the STM32G474 in dual BLDC driver application.I'm operation the encoder interface at X4 mode. For RPM calculation I would like to time stamp every transition event i.e. encoder count + timestamp.Timers in use: TIM1/8 - PWM, TIM2/3 - hall...
Posted on September 03, 2017 at 08:50 Hello, I use I2S interface on STM32F446 to read audio stream in slave mode. The master transmits MCLK, BCLK, DATA and WS signals. At the beginning everything works fine. At random point in time the strea...
Posted on September 11, 2016 at 10:16Hi,I use the SW4STM32 IDE and would like to create a generic static library.When I go to New Project tab and select static library in ''Project type'', I can create ''Ac6 STM32 MCU GCC'' or ''Cross GCC'' project....
Posted on August 23, 2016 at 09:38Hi,I'm trying to use cubeMX to initiate DMA transfer using timer event.On timer event I would like to copy GPIO port to memory.I see a lot of examples how to do it without cubeMX, but it looks that they use other HA...