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 virtual com port

Posted on June 05, 2011 at 15:32Hi all, Is there somebody who can give the link for the virtual com port for STM32 device. I didn't find it :(MCU Lüfter

error in stm32f10x

Posted on May 27, 2011 at 15:53hello, I have this error: '' #error ''Please select first the target STM32F10x device used in your application (in stm32f10x.h file)'' and in the file I don't know what I must do... I have put in attached file the stm3...

cyril2399 by Associate II
  • 2275 Views
  • 5 replies
  • 0 kudos

Basic Programming techniques

Posted on June 12, 2011 at 07:17Hi, I'm very new to ST Microcontrollers, is there anywhere i can find a ref manual on basic programming techniques on STMs. I'm good in C but i would like to know how to how to handle I/Os on these.. i.e, how to assig...

Flash as EEPROM with STM32F100XX

Posted on June 18, 2011 at 13:50I am trying to use the Flash as EEPROM and need to store some user datas into the flash. uint8_t User[]=''1112223332@gmail.com'' May i know how to store the above data in the FLASH? In the application notes i found th...

ezyreach by Associate II
  • 514 Views
  • 2 replies
  • 0 kudos

USB transfer

Posted on June 06, 2011 at 17:11Hello, I want to do a USB transfert from my computer to an USB. I am working with IAR embedded workbench with a stm32f107vct6. All the examples given with the software can't help me because it is for doing a USB mouse...

cyril2399 by Associate II
  • 1061 Views
  • 8 replies
  • 0 kudos

I2c2 start bit generation fail in STM32F103RB

Posted on May 29, 2011 at 12:41Hi, allI2c2 start bit generation fail - after timeout of 10 ms I2C_FLAG_SB = RESET = 0 but I2c1 work well read and write. anyone can help ? More details: 10k poll up on each pin. Clock Speed - 50000.I2c2 start bit gen...

stack problem and privilege mode

Posted on June 16, 2011 at 14:48hi. i am using the STM32f103 chip and i am having all sord of problem that takes me to the Hard Fault inturpt . when i check the SCB->CFSR register i am getting all sord of errors like : ''the processor has attempted ...

ezrab by Associate II
  • 3281 Views
  • 23 replies
  • 0 kudos

USBTMC

Posted on July 04, 2011 at 14:17I want to implement USBTMC with STM32 USB-FS-Device lib and don't know where to start :( Any hints ?

TIM2 in STM32F100C8

Posted on June 30, 2011 at 10:25I m trying to use TIM2 as a general purpose timer to generate an interrupt at every 10mS. void Timer2_Init(void) {     TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure;         TIM_TimeBaseStructure.TIM_Period = 10;    ...

ezyreach by Associate II
  • 1703 Views
  • 10 replies
  • 0 kudos