STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Monitoring the raw data from MP45DT02

Posted on June 09, 2015 at 18:22 Hallo, I am working on extracting the data from the MP45DT I used PDM filter function. I gave a beep sound to the microphone in the certain frequency, but I noticed that the captured raw data is not g...

0690X00000603KDQAY.jpg
f23 by Associate II
  • 1014 Views
  • 4 replies
  • 0 kudos

Nucleo Board + IAR -> Can I get Data logging?

Posted on June 09, 2015 at 05:04Hi everyone,I have a STM32F072B Nucleo board (god knows why, should have listen to good advises -.-) and IAR Workbench with the 32Kb code limit version. V7.40.In an attempt to get more familiar with IAR tools I was lo...

Multiple discovery boards?

Posted on June 09, 2015 at 19:26I can load the Windows USB driver (into a VM--I don't oen any actual Windows box), and plug in a discovery board and all is well. Can update firmware, load stuff, etc. But when I try to connect another apparently iden...

lee23 by Associate II
  • 391 Views
  • 1 replies
  • 0 kudos

quadrature encoder values

Posted on June 07, 2015 at 19:46hi everyone  i m going to interface encoder with motor the encoder is working perfectly and counting up to 0xFFFF in clock wise direction but when i rotate in counter clockwise direction it,s counting from 0 but from ...

waaizkhan by Associate III
  • 511 Views
  • 2 replies
  • 0 kudos

Word Select Frequency when I2S format is setting to PCM

Posted on February 11, 2014 at 18:18 Hello, Today, we are using a STM32F405VG which is connected through I2S to a PCM interface of a Bluetooth Controller. The STM32F405VG and the Bluetooth Controller exchange audio data through this I2S with audio f...

vincent by Associate II
  • 2606 Views
  • 9 replies
  • 0 kudos

STM32F429 NRST pin

Posted on June 09, 2015 at 13:46Hello,is it possible to generate a interrupt when the pin NRST is activated??I need to reset some variable before the reset of the microcontroller.Thank's!!! #stm32f4-reset-pin

gerson74 by Associate II
  • 509 Views
  • 1 replies
  • 0 kudos

DMA Stream Handler

Posted on May 29, 2015 at 12:46I am novice to ST family. I have added DMA1_Stream5 Handler in keil example. When I put breakpoint over there ,it is not executing . Here is my code . int main(void) {               GPIO_InitTypeDef GPIO_InitStructu...