STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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

Change clock rate I2C

Posted on January 18, 2012 at 12:13How I can change clock rate for I2C bus? I need to get work wii motion plus. Code from arduino:TWBR = ((16000000L / 400000L) - 16) / 2; // change the I2C clock rateHow I can do this in stm32?I'm use stm32f103vet6. ...

Labels