STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Building 0s/03 doubles timer speed?

Posted on January 24, 2013 at 14:48Hi all,My TIM3 timer is setup to run at 10Khz which it does when i compile with -O0.When i compile with -03 or -Os, the timer speed increases to 20khz.All other build configs (gcc, linker, libs, etc) stay the same....

mwp by Senior
  • 244 Views
  • 7 replies
  • 0 kudos

Adding RAM and FLASH to STM32F4DISCOVERY board

Posted on January 30, 2013 at 23:01Hi all,I'd like to try uClinux on STM32F4, and I really like STM32F4DISCOVERY. I have two questions :1) Would it be possible to add an external RAM and FLASH chips somehow to this boar, via some free pads / ports t...

drasko by Associate
  • 215 Views
  • 2 replies
  • 0 kudos

STM32F4 Discovery Board

Posted on January 30, 2013 at 12:49Hello all, at the moment I have some issues with the voltages on the STM32F4 Discovery Board. The two diodes D1 and D3 (BAT60JFILM) causes a voltage drop around 0.32V, so that the 5V only delivers 4,68V and not 5V....

SPI Problem

Posted on January 30, 2013 at 15:02 I am relatively new to the STM32 series. My project has a custom board with a STM32F102C6. I have 2 boards. My first board I have been developing on and everything is working fine. On the 2nd board, the progra...

Problems with Keil and F3 discovery

Posted on December 04, 2012 at 13:08Has anyone else got the F3 discovery working with Keil uVision? The code compiles but when starting a debug session it doesn't seem to deploy and it displays all zeros for the code on the device.I'm using the late...

Library File - Hard Fault

Posted on January 28, 2013 at 18:58Hello All, I have recently started working with the STM32F0, and am trying to implement a PDM Microphone. In order to do this, I am using a library file provided by ST which has some functions for filtering PDM dat...

fraser by Associate
  • 281 Views
  • 2 replies
  • 0 kudos

STM32W and EmberZNet

Posted on January 28, 2012 at 08:33Hello all!I've purchased STM32W-RFCKIT for my hobby wireless project based on ZigBee network. So I've read in the documentation that both MB950 and MB951 boards are compatible with the EmberZNet stack. I've downloa...