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

TIM triggered ADC DMA issue

Posted on May 13, 2016 at 10:53Hi all,I am using an STM32F303 to sample PA7 via ADC2 when TIM8 update triggers it, and using DMA to put the samples in a circular buffer. Although I seem to have gotten things basically working in the code below, I am...

luke2 by Associate II
  • 802 Views
  • 4 replies
  • 0 kudos

TIMER starter

Posted on May 14, 2016 at 06:29Hi everyone ! Im a starter in ST and need help for timers. I need a timer to give me an interrupt every 1 sec. A  second timer with external clock keep counting the clock source and in first timer interrupt; second tim...

Resistive touch screen wrong coordinates

Posted on May 12, 2016 at 17:25Hi.I have a problem withresistive TP.I use STMPE811.I use my custom board with connection of the stmpe811 similar to the stm32f429discovery board, as well as the drivers from the board demonstration software.I cannot g...

baev_al by Associate III
  • 791 Views
  • 1 replies
  • 0 kudos

Any Highest frequency limitation for LPTIM, STM32L476 ?

Posted on May 16, 2016 at 04:05Hello all, I want to configure LPTIM_1 for an external pulse count application (~10MHz signal). I request to know whether any highest frequency limit? For signals more than ~200KHz, its giving 0 count. Less than 200KHz...

rumlyen by Associate II
  • 488 Views
  • 1 replies
  • 0 kudos

keep ram value when NVIC_SystemReset();

Posted on May 13, 2016 at 05:20i want to use watchdog to reset system when mcu loop, but after using NVIC_SystemReset(), all ram values are init again, i want to keep ram values same before SystemReset,how do that????