STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 flash download demo issues with connecting

Posted on May 09, 2013 at 16:53Attached are two logic analyzer traces.  You can download the software to view them from here:http://www.saleae.com/downloadsWhat you see is that when I use the flash loader demonstrator tool, the connection fails.  It...

44780 LCD Driver - Em::Blocks

Posted on May 09, 2013 at 08:50I started using Em::Blocks for my STM32F4Discovery programming. It's a fork of Code::Blocks targeted at embedded programming. I've really been pleased with it so far. It's able to handle the STM32F4Discovery strait out...

ADC Discovery Help!

Posted on May 07, 2013 at 21:15Hi guys, im trying to use the ADC on my board, but i have a problem,  after  enable the ADC (ADON=1 ),i have to put ADONS=1 to start the convertion,and i dont know how!?,i was reading the datasheet and tu put ADONS=1 i...

kotoel26 by Associate II
  • 850 Views
  • 5 replies
  • 0 kudos

Can TIM9, TIM10, TIM11 be clocked by LSE in Stop Mode?

Posted on October 18, 2011 at 01:20TIM9, TIM10, TIM11 be clocked by LSE in the STM32L151. Given this, can they continue to count even in Stop Mode? The motivation for this question is that Stop Mode is described in terms of the HSE, MSI, and HSI cl...

arthurg by Associate II
  • 659 Views
  • 4 replies
  • 0 kudos

dead time insertion

Posted on May 08, 2013 at 14:13Hi all,plz is it possible to insert dead tim in another Timer (Not TIM1). If we can't so the synchronisation can solve this problem?

feres by Associate II
  • 290 Views
  • 1 replies
  • 0 kudos

Tx-Rx problem with USART in STM32L- Discovery !

Posted on April 25, 2012 at 17:11This is my code for Transmission :void USART3_tx(void){ USART_InitTypeDef USART_InitStructure; GPIO_InitTypeDef GPIO_InitStructure;   /* Enable GPIOB and USART3 clock */  RCC_APB1PeriphClockCmd(RCC_APB1Periph_USART...

ChibiOS mp3 player

Posted on May 08, 2013 at 05:53Has anyone ever tried using the mp3 player on the ChibiOS website? I downloaded the project file, uploaded the prebuilt binary to my board, but cannot get any sound out of my board. I got the mp3 files in the root dire...