STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Usart receive problem

Posted on July 22, 2011 at 15:10Hello, I try to write what I receive into a .txt. First I do this: RCC_Configuration(); GPIO_Configuration();     USART_InitStructure.USART_BaudRate = 115200;   USART_InitStructure.USART_WordLength = USART_WordLengt...

cyril2399 by Associate II
  • 2195 Views
  • 20 replies
  • 0 kudos

newbie to USB and STM32

Posted on August 01, 2011 at 12:37Hi STM32 users, I have developped some experience on stm32 (by re-running examples provided by ST) and I have read the book ''USB design by example: a practical guide to building I/O devices''. No I want to develop ...

po by Associate II
  • 335 Views
  • 0 replies
  • 0 kudos

Mesure time

Posted on July 28, 2011 at 10:24Hi, I would like to mesure time between software events. I thought of using  TIM17 channel 1 input capture mode and trigger it by software. But i have a problem, how can i configure it to ignore it's port (PB9) input ...

ybitton by Associate II
  • 539 Views
  • 2 replies
  • 0 kudos

FSMC Extended Modes of operation

Posted on July 31, 2011 at 20:19I'm trying to understand how I can get the FSMC to work with an TFT LCD. I looked at AN2790 and based on my understanding, it uses a modeB operating mode and disables extended mode. but the FSMC appnote AN2784 says th...

Re-Configure System Clock

Posted on July 31, 2011 at 08:38Dear all, I have 2 applications in my STM32 microcontroller; the Boot Loader & the Main Application. It starts with the bootloader perform some actions and then it (Jumps) to a known address to execute the main applic...

alfaez by Associate II
  • 848 Views
  • 3 replies
  • 0 kudos