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

Declaration ERROR

Posted on August 01, 2011 at 14:00hello,       i m using IAR kickstart version for code limit of 32k and when i run my example code available on st website for LCD display application, i get an declaration error as :-Error[Pe147]: declaration is inc...

atul by Associate II
  • 920 Views
  • 2 replies
  • 0 kudos

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
  • 2689 Views
  • 20 replies
  • 0 kudos

IAR JTAG/JTRACE STM32F103XE Error TDO is ocstant High

Posted on June 10, 2011 at 12:04I have developed an interface for IAR jtag/jtrace to an SBPT2500C2.AT board with integrated STM32F103XE Microcontroller. The schematic interface from Jtag to SBPT Board is based on the interface schematic of the IAR S...

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