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

STM32F4 ADC - speed vs resolution

Posted on January 20, 2012 at 04:54I've seen figures quoting speeds of over 7.2 MSample/sec, when using triple ADC a 36MHz ADClock, and DMA. However, at those speeds (by my calculations) the effect of RADC on the input sample circuit means you lose ...

USB Composite device

Posted on January 08, 2012 at 00:00Hello, I'm starting developping, a USB composite device, can you please give some rules, guidlines, software example, in order to get starting with such application, Thanks for your help gafsos

Can't communicate between STM32L and LSM303DLHC

Posted on January 23, 2012 at 11:59Hi all, I created a simple circuit connecting a STM32L151C6T6 to a LSM303DLHC accelerometer. They communicate using I2C interface. I made the first simple test program modifying I2C EEPROM example included in STM32...

Error ''Invalid ROM table'' for Keil ULINK debug interface

Posted on January 05, 2012 at 15:52Hi, I have the MCBSTM32F400 development board - this worked fine up to now. Now I wanted to write some new complex application (trying to ''re-target'' a USB MSC example of ST for this board). When I loaded the new...

flyer31 by Senior
  • 3774 Views
  • 10 replies
  • 0 kudos

Issue when doing DCMI capture

Posted on January 20, 2012 at 05:12I have STM32F207 connected to the Aptina camera module. I use DCMI->DMA->PSRAM. I configured DMA in dual buffer mode to capture full resolution (5 MP). Capture is single shot. The problem I see is as follows: 1st c...

dragan by Associate II
  • 590 Views
  • 1 replies
  • 0 kudos

uCLinux on STM32

Posted on January 18, 2012 at 18:11We were able to port the CodeSourcery uCLinux kernel for the STM3210E-EVAL to our target hardware employing an  STM32F103.  A few tweaks to the kernel source and config files were required to accomplish this feat. ...

uClinux STM32F2: Secure communications to the target

Posted on January 19, 2012 at 17:08I'd like to show in this thread how to establish a secure connection to an STM32F2 MCU using the 'dropbear' SSH daemon running on the STM32F2 target under uClinux. Ability to connect to an embedded device via a se...