STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F407 DMA

Posted on December 27, 2012 at 16:34Hello! Currently having trouble with DMA on STM32F407. Memory to Peripheral mode (from location in flash memory to GPIO), triggered by Timer. Trigger condition is occurs (timer interrupt), but DMA transaction is n...

STM32F207 Low Power mode options

Posted on December 13, 2012 at 14:01I can't fine an example of sleep mode configure. Can someone send me a link?If I want to active the UART and RTC in low power mode. What is the lower mode option I can use? #an3430-low-power-mode-stm32f2

Barbie by Associate II
  • 353 Views
  • 1 replies
  • 0 kudos

STM32F107 Virtual Com example - echo needed

Posted on December 27, 2012 at 09:59Hi! I have a problem with usage of ST-example for Virtual Com port. I have STM32F107 on my board. Example is downloaded correctly and all seems workable. The thing is that my board is not standard evaluation board...

morpeh89 by Associate II
  • 252 Views
  • 0 replies
  • 0 kudos

STM32F107 USB Virtual Com Port - problem

Posted on December 19, 2012 at 14:11Hi! I have a problem using USB as Virtual Com port on STM32F107. I use example code for USB CDC from IAR. I have two boards - with STM32F103 and STM32F107. The first one works properly with my code. When I use the...

morpeh89 by Associate II
  • 413 Views
  • 1 replies
  • 0 kudos

STM32F207 sample 1 ch ADC

Posted on December 24, 2012 at 12:41Can I sample dedicate 1 channel without the need to put it in the scan list as the first and write Number of ch to scan 1?As I see it it is impossible.Regardsbar. #stm32f207-adc-1-ch-sample

Barbie by Associate II
  • 545 Views
  • 5 replies
  • 0 kudos

SDCard Bootloader issue

Posted on December 26, 2012 at 11:08Hello, I am experiencing something strange which I have hard time to inderstand. I am using a STMF103RBT6 chip with gcc 4.6 / CooCox. My application would need to update the FW using a .bin file stored on a micros...

longchair by Associate III
  • 349 Views
  • 1 replies
  • 0 kudos

using sleep mode (power saving)

Posted on December 26, 2012 at 10:24I'm working on a project where power saving is a critical issue and I need some help with the power mode (sleep).Here is a short description of the project structure:Main goals:Save an image form the camera each s...