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

[Solved] USB device not enumerated

Posted on August 01, 2014 at 15:14Hello,I'm trying to get the USB Virtual COM port loopback example project work on STM32F102.When the USB is connected, the PC says ''Unkown device connected'' with VID 0 PID 0 so obviously it's not enumerated.On the...

tpphysik by Associate II
  • 1686 Views
  • 4 replies
  • 0 kudos

MD5

Posted on July 10, 2014 at 11:16Hi all, I am currently using stm32 discovery board. I am new in this field so I need some help. 1. Can some one tell me that is it possible to read whole sector(s) of Flash memory at once, and how it can be done? 2. W...

engr2 by Associate
  • 597 Views
  • 1 replies
  • 0 kudos

IMAGE_SetPNG is not defined in STemWin library

Posted on July 18, 2014 at 21:18Hi, I'm getting the following build error, it appears ''IMAGE_SetPNG'' is not defined in STemWin library. Building configuration: Project - STM324x9I_EVAL_MB1046 Updating build tree... kohler_windowDLG.c  Linking ...

russell2 by Associate
  • 524 Views
  • 1 replies
  • 0 kudos

How to restart DMA in the fastest way?

Posted on June 18, 2014 at 08:49 Dear Community! I'm using DMA to transfer the ADC1 results (100 consecutive data) to some incremented memory address. DMA is in Normal mode (not circular), it is transfering 100 data, repeatedly over time....

kolcantas by Associate II
  • 2992 Views
  • 3 replies
  • 0 kudos

ADC - EOC flag, DMA, overall conversion time

Posted on July 23, 2014 at 11:42Dear all,I have several questions regarding ADCs in STM32 (more specifically, I use STM32F407ZG). Let me explain you how I use them:1) I have 3 ADCs that are triggered by the same timer (TIM4), and that are used in sc...

marko2 by Associate II
  • 1621 Views
  • 1 replies
  • 0 kudos

STM32F4, SPI with DMA: strange behaviour

Posted on August 05, 2014 at 10:31 Hello , I have successfully implemented a quick and dirty communication between the STM32F407 and an external ADC ADS1278 via the SPI, using DMA. Everything seems to work fine until the moment I try to ...

kostadin by Associate II
  • 669 Views
  • 2 replies
  • 1 kudos

STM32F072 ADC and DMA Help

Posted on August 05, 2014 at 19:36Hello,I'm new to the concept of using DMA with ADC on STM32F072 MCU and I want to read 6 ADC channels (PA0 thru PA5) using DMA.Initially I tried reading the 6 channels just by configuring the ADC as follows:void Adc...