STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM3240g Display flickering

Posted on October 03, 2012 at 14:13Hello, I'm building an application running on the STM3240g board but I have some problems because animations displayed on the screen flicker. There is some workaround that I can use in order to decrease (best would...

crusso9 by Associate II
  • 377 Views
  • 0 replies
  • 0 kudos

timer1 overflow

Posted on October 02, 2012 at 22:53Hi guys I run timer 1 capture interrupt  GPIO_InitTypeDef GPIO_InitStructure;  NVIC_InitTypeDef NVIC_InitStructure;  /* TIM1 clock enable */  RCC_APB2PeriphClockCmd(RCC_APB2Periph_TIM1, ENABLE);  /* GPIOA clock ena...

imanpakii by Associate III
  • 321 Views
  • 0 replies
  • 1 kudos

FLASH LOADER DEMONSTRATOR

Posted on October 02, 2012 at 12:19Hy folks!I have a problem with a STM32Discovery board, after a wrong programmation seems impossible to recover the board. I follow exactly this procedure:in switch off state connect the Boot0 Pin to 3vthen i switch...

pietro2 by Associate II
  • 265 Views
  • 1 replies
  • 0 kudos

Synchronising timers - STM32F4

Posted on October 01, 2012 at 09:15Hi guys, I'm trying to synchronise timers and wondering what is the best way to do this. I need 3 set time points for my project; A continuous interrupt at 5uS intervals, an interrupt excatly 2uS after the first, a...

stm32f0 discovery usart1 tx stays high

Posted on October 01, 2012 at 09:55Hello, I try to use the usart1 pa9 as tx and pa10 as rx with the following code  /* Enable GPIO clock */  RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOA, ENABLE);   //PA9 ,PA10  /* Enable USART clock */  RCC_APB2PeriphC...

reetz by Associate
  • 428 Views
  • 2 replies
  • 0 kudos

ignore

Posted on October 01, 2012 at 21:53Inadvertent double post.

sjenyart by Associate II
  • 317 Views
  • 0 replies
  • 0 kudos

CMSIS-DAP Debugger on STM32

Posted on October 01, 2012 at 21:28Hi, i successfully port ARM CMSIS-DAP to STM32F103C8. Works fine under Keil IDE.http://akb77.com/g/stm32/cmsis-dap/

x8932 by Associate II
  • 559 Views
  • 0 replies
  • 0 kudos