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

Fatal error: Failed to read CPUID for Cortex device

Posted on July 11, 2011 at 06:33Is this on a board you created, or a commercial eval board? this is the board created not a commercial eval board, I also have a commercial board on which it is working perfect.Check the wiring, and connection, of the...

pradp by Associate II
  • 741 Views
  • 0 replies
  • 0 kudos

UART multiprocessor communication

Posted on May 15, 2010 at 12:21UART multiprocessor communication #lmgtfy #uart-multi-communication #uart-multi-communication #uart-multi-communication #stm32-uart-usart #lmgtfy:-stm32-resources

Kitronix 3.5'',4.3'',7'' TFT LCD with Touch & MCU interface

Posted on June 21, 2011 at 10:42  Kitronix 3.5'', 4.3'' and 7'' TFT LCD modules with Touch Panel & LCD Controller (such as K350QVG-V1-F / K350QVG-V2-F) are provided. They have true TFT LCD colors and 8-bit or 16-bit 8080 system interface and can dir...

sales23 by Associate II
  • 837 Views
  • 1 replies
  • 0 kudos

why cant I get PWM at TIM3 ?

Posted on July 04, 2011 at 19:03void TIM3init(void) {   GPIO_InitStructure.GPIO_Pin = GPIO_Pin_0|GPIO_Pin_1;   GPIO_InitStructure.GPIO_Mode = GPIO_Mode_AF_PP;   GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz;   GPIO_Init(GPIOB, &GPIO_InitStructure...

Select System Clock SYSCLK in system_stm32f10x.c

Posted on July 05, 2011 at 23:43 Hi All, I do not understand the process of frequency selection HSE in the following lines : # if defined ( STM32F10X_LD_VL ) | | (defined STM32F10X_MD_VL ) / * #Define SYSCLK_...

RomainR. by ST Employee
  • 3452 Views
  • 4 replies
  • 0 kudos

IAR flash loader problem

Posted on June 03, 2011 at 11:54hello, I'm working with the lastest version of IAR 6.203, and with a stm32F107 of the steval-pc010v1. I want to load my program and IAr returns the attached file... Is anyone have an idea for solving my problem? Thank...