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

STM32F429I Discovery LCD Pin disconnected/malfunctioning

Posted on February 21, 2014 at 13:29I have developed LCD driver for STM32F429I Discovery board using RGB565 (16bit) Pixel Format. My demo is displaying RED color filled rectangles by setting each RED pin (Total 5) one by one. i.e. 0x8000, 0x4000, 0x...

H UQ by Associate II
  • 394 Views
  • 1 replies
  • 0 kudos

spi speed configuration of STM32L

Posted on March 04, 2014 at 00:42Hi all,I am playing with SPI examples of STM32L recently and would like to ask a simple question about the SPI clock rate.  When I read through the datasheet, it mentions APB1 and APB2 have maximal frequency of 32MHz...

STM32F4 UART programming

Posted on July 30, 2013 at 10:08I have managed to make Flash loader demonstrator work with my FTDI. Whenever I want to connect to my STM32F4 Discovery board I have to do that in two steps. Firstly I connect proper pins from FTDI to PCB, then I open ...

jernej by Associate
  • 2223 Views
  • 8 replies
  • 0 kudos

software i2c not working..

Posted on March 09, 2012 at 16:41Want to read my LIS302 sensor with software I2C (bit banging)Hardware i2c works.Here is some code.Please help me with software i2c...http://pastebin.com/d0M9jRaY

hitsumen by Associate II
  • 2743 Views
  • 21 replies
  • 0 kudos

Lan8720 interrupt pin

Posted on March 03, 2014 at 16:35Hello everybody. I want to use lan8720 ethernet interface with the interrupt pin. But the interrupt pin is the same with the refclk out. So if I use anexternal 25Mhz clock, or the stm32f4 mco pin, need to connect the...

totti001 by Associate II
  • 582 Views
  • 2 replies
  • 0 kudos

How to use DSP library with STM32L1xx on IAR?

Posted on March 02, 2014 at 16:14Hello,I want to use DSP library functions on STM32L1xx.STM32L1xx is using ARM-cortex M3, same as STM32F1xx. How can I include the DSP library (ST library or CMSIS library) to a project?Thanks #stm32l1xx-and-dsp-li...

zoharr by Associate II
  • 952 Views
  • 2 replies
  • 0 kudos

ADC is triggered by timer

Posted on March 03, 2014 at 11:28 Helllooooooooo,I want to use the configured timer as a trigger for the A/D converter. I have to set up an interrupt service routine (that will be called when new data is ready to be read) to read the data and fill a...

shiva by Associate
  • 473 Views
  • 1 replies
  • 0 kudos

Preload register

Posted on March 03, 2014 at 10:37Hello,I'm new in microcontroller world and have a question. What is preload register in TIM3? I really don't understand it's meaning. So could somebody help me, please. #preload-register

karolina by Associate II
  • 1187 Views
  • 2 replies
  • 0 kudos

Linker Script , optimisation

Posted on February 28, 2014 at 15:05 Hello, I would like to be sure I understand the linker script that I am using. My main question is : the code is it copy to RAM before to be executed? I think It's not the case, because the code is ...