STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 453 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. ...

I2C send data, wm+

Posted on January 18, 2012 at 22:53I need to connect wm+ through I2C. I'm now trying to port http://randomhacksofboredom.blogspot.com/2009/07/motion-plus-and-nunchuck-together-on.html this Arduino code.I'm stuck at how to send zero to device.I need ...

STM32 I2C ''ACK Polling''

Posted on January 18, 2012 at 12:40Hi all, I need an expert advice. How to poll for ACK from addressed Slave device? The background is, if the setup has a variable count of slaves and how to get the available slaves? The second case is the M24C64 EE...

Artur1 by Associate II
  • 515 Views
  • 0 replies
  • 0 kudos

Compilation problems for stm32

Posted on January 18, 2012 at 04:38 I have set up my toolchain under WinXP like that: 1. downloaded codesourcery LITE g++, installed it 2. downloaded Eclipse with C/C++ support 3. downloaded GNU ARM PLUGIN for Eclipse, and instal...