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

i2s full duplex DMA clarification

Posted on May 30, 2015 at 09:09hi everyone.for my application i need to use two microphones with PDM output (left and right).now i'm currently using one microphone, connected to a i2s in half duplex mode with DMA transfer (like the example inSTM32cu...

Timer 2 PWM and DMA not working

Posted on May 27, 2015 at 01:16  The original post was too long to process during our migration. Please click on the attachment to read the original post.

yoma1993 by Associate II
  • 1473 Views
  • 7 replies
  • 0 kudos

STM32F10xxx TIMx PWM input mode

Posted on May 26, 2015 at 22:36HiI cannot find the STM32F10xxx firmware library as described here: http://read.pudn.com/downloads106/sourcecode/embed/437624/stm32/STM32F%20Documents/Application%20Note/STM32F10xxx%20TIM%20application%20examples.pdfI ...

STM32F103XX I2C Busy Flag after unsuccessful transfer

Posted on May 31, 2015 at 14:01Hi everyone. Did anybody deal with situation when I2C flag keeps being set after unsuccessful transfer (write). Lets imaging that your slave device is not connected right now or it fails to respond. First call to I2C->...

How to use STM32F4 to make floppy drive music

Posted on May 31, 2015 at 16:24Hello guys, I am new to this forum and I have a question for you experts. I would like to start this fun project where I would like to make ''floppy drive music'' Because the motor in the floppy drive moves it can prod...

lwip UDP disable CRC

Posted on May 31, 2015 at 01:33Hello!I am looking for an overhead free solution for UDP data streaming.Today I am able to stream UDP data from SPI->DMA->MEM->ETH, using pbuf by Ref:    TaskUdpStreamErr = netbuf_ref(buf, dataPointer, TASK_UDP_STREAM_...

ariel2 by Associate II
  • 538 Views
  • 0 replies
  • 0 kudos

stm32f3 can't run 2 timer together??

Posted on May 26, 2015 at 05:58hello i have problem with my timer periph, i want to use 8 channel, so i use tim 3 and tim 4 together, but if i run the code together, it doesn't work, if i run just 1 timer(4 channel) its working correctly.. i have tr...