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 08, 2011 at 08:37I am using Micro controller: STM32F103RCT6TR IDE: IAR Embedded workbench Debugger: J-Link ARM   When I burn it I am getting this error TotalIRLen = ?, IRPrint = 0x..000000000000000000000011 Fatal error: Failed to ...

pradp by Associate II
  • 787 Views
  • 3 replies
  • 0 kudos

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
  • 473 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
  • 427 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...