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

USB Tx problem after wakeup

Posted on December 15, 2011 at 20:30Hello, I'm trying to put USB communication in suspend mode, but when I force wake up, just can read data from PC, but nothing is sent. The interrupt for correct Tx transmition isn't fired. The end point is well co...

ADC resolution for stm32f205

Posted on December 19, 2011 at 10:40Hi, ADC resolution is working for ''ADC_Resolution_6b'' and ''ADC_Resolution_12b'' but not working for ''ADC_Resolution_8b'' and ''ADC_Resolution_10b'' resolutions, they're same with 12-bit resolution. Does anyone...

acihana by Associate II
  • 819 Views
  • 3 replies
  • 0 kudos

quadrature encoder

Posted on December 18, 2011 at 01:56Hi, I am trying to get the quadrature encoder working.  I found and copied code from these forums for setting it up with a different micro controller but the one on the STM32F4 does not support RCC_APB2Periph_GPIO...

stm32l beginner questions

Posted on December 16, 2011 at 16:33Hello,I've recently bought a stm32l-discovery board and I want to start developing for the onboad processor. I  have some previous experience with 8bit atmel microcontrollers but not with (32bit) ARM processors.I ...

luc2 by Associate
  • 526 Views
  • 2 replies
  • 0 kudos

LSI as RTC clock

Posted on December 15, 2011 at 11:24Hi , Is it possible to run RTC with 40khz LSI when power is off and CPU works on battery only? #rtc #lsi

STM32F105 USB Speed, Fifo size

Posted on December 14, 2011 at 20:52Dear all, I've not found a related topic. Right now I've checked with the demo of mass storage device the possible maximum transfer speed. And it looks like ~500kByte/s, for writing to the device. The define at us...

elgerta by Associate II
  • 625 Views
  • 2 replies
  • 0 kudos

Yagarto vs Raisonance

Posted on December 16, 2011 at 06:51I'm using a makefile to build my application - I'm not a huge fan of IDE's.By setting my PATH environment variable (in Win32 system) to the Raisonance toolchain everything builds fine and runs fine on my STM32F2.B...

carl2399 by Associate III
  • 1930 Views
  • 11 replies
  • 0 kudos

What is the SPI1 address for the DMA controller?

Posted on December 17, 2011 at 04:36I am attempting to transmit SPI1 data using DMA2. What is the SPI1 PeripheralBaseAddr to be used in the following statement? DMA_InitStructure.DMA_PeripheralBaseAddr = (uint32_t)SPI1_DR_ADDRESS;