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

STM32 & Keil memory management in C++

Posted on September 27, 2012 at 09:12Hello, I am using Keil and I have started to try using C++. That seems to work okay except that i ran into some strange behaviour for which I have no explanation. Lets say that I have 4 different classes C1, C2, ...

longchair by Associate III
  • 1009 Views
  • 4 replies
  • 0 kudos

STM32F100 UART problem

Posted on September 25, 2012 at 09:06Hello,I'm currently trying to implement a UART driver with interrupt handling for the STM32F100x6 on my Discovery board. but I am unable to receive or send data and even the interrupts are not getting generated. ...

sumanth by Associate II
  • 1084 Views
  • 6 replies
  • 0 kudos

STM32F4 and LXI devices.

Posted on September 27, 2012 at 10:50Hi everybody, I'm working with a STM32F4 uC and I need to drive a LXI device. I'm searching for an example or a library to start. Anyone can help me? Thanks a lot and sorry for my english. #library #lxi #stm32...

tommaso by Associate II
  • 592 Views
  • 0 replies
  • 0 kudos

counter clock PWM INPUT

Posted on September 20, 2012 at 01:55Hi every one Is anybody know how can i change counter clock i'm using PWM INPUT example this quote got from readme file: The TIMxCLK frequency is set to SystemCoreClock/4 (Hz), the Prescaler is 0 so the counter c...

imanpakii by Associate III
  • 1000 Views
  • 7 replies
  • 0 kudos

stm32f4discovery bootloader

Posted on August 31, 2012 at 15:23I have a porblem with the stm32f4 bootloader!The initialisation of the bootloader via USART1 (PA9/PA10) works so far.I am using a stm32f4discovery-board. The problem ist that it only works with very low baudrates. I...

mwolke9 by Associate II
  • 1065 Views
  • 6 replies
  • 0 kudos

debugging stm32l-discovery board via ST-LINK/V2 Debugger

Posted on September 26, 2012 at 13:15Hi! All,I am willing to debug stm32l152rbt6 in stm32l-discovery board via ST-LINK/V2(A201206) Debugger. Can any one post me the procedure. Even though the  stm32l-discovery board contains in built SWD, but i don'...

STM32 I2C sniffer

Posted on September 25, 2012 at 16:23How to use stm32f100 to make I2C sniffer using inter-integrated circuit (I2C) interface? I've read all data sheet but don't find answer. Is there I2C mode selection used only for read data from i2c bus , the 'Sla...