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

STM32F429 LCD and Images

Posted on November 14, 2014 at 03:46Hello everyoneCan someone explain to me in detail how to display an image on the touch screen? I have been looking for some kind of tutorial but I can't find any. I've been looking at the LCD_WriteBMP command, but...

stone by Associate II
  • 1572 Views
  • 3 replies
  • 0 kudos

STM32F4 Disc - ADC sample time

Posted on November 14, 2014 at 15:10 Hi, I have this code, copied from anothers 3d in this forum, for a multi channel ADC: #include < stdio.h > #include < stdlib.h > #include < string.h > #include ''stm32f4xx.h'' //*******************...

pano by Associate II
  • 1001 Views
  • 5 replies
  • 0 kudos

STM32F429-i Discovery with 480*800 Graphics LCD

Posted on November 11, 2014 at 15:15Can I use the LTDC interface of STM32F429-i to interface with 480*800 Graphics LCD using RGB interface. I am using STM32F429-i discovery. Is this within the frame size limitation?

zain1844 by Associate
  • 447 Views
  • 1 replies
  • 0 kudos

systick is stopped? while erasing flash memory

Posted on November 14, 2014 at 10:39On stm32f407, Erasing a 128KB flash sector takes about 1 second, but after I finished erasing 1 sector, the systick just happend for 3 times(3 milliseconds), as I config systick as 1000Hz.Does MCU disable systick ...

shark by Senior
  • 1200 Views
  • 5 replies
  • 0 kudos

Bug Report STM32F10x_StdPeriph_Driver

Posted on November 14, 2014 at 18:14Hi, I'm just starting on ARM CORTEX and STM32 via The Spark Core so forgive me if I'm missing something but in file stm32f10x_tim.cFunctionvoidhttp://stm32.kosyak.info/doc/group___t_i_m___exported___functions.html...

julian23 by Associate
  • 537 Views
  • 3 replies
  • 0 kudos

configure gpio for external interrupt

Posted on November 14, 2014 at 14:53Hi I am using STM32F205 for my project (SN8000 EVK from  Murata).The SN8000 EVK uses Wiced SDK but it supports all the libraryfunctions, so the basic configurations will work(It uses vector tables in the vector_ta...

STM32F4xx: I2C multiple slaves, very strange behavior

Posted on October 16, 2014 at 12:25Hello all,I'm attempting to talk to two devices, a barometer (MS5611) and a magnetometer (HMC5883L), using I2C with DMA on an STM32F4. The barometer runs on a timer (10ms), while the magnetometer runs through an in...

0690X00000605B8QAI.png 0690X00000605BDQAY.png 0690X00000605BIQAY.png
ittokor by Associate II
  • 2837 Views
  • 17 replies
  • 0 kudos

STM32L0 8K RAM Limit

Posted on November 14, 2014 at 14:55Hello,Will the STM32L0 series (48 pin LQFP package) ever have more than 8K of RAM? - or is it an unchangeable design limit.I'm presently using the STM32L151 series and the 32K RAM is proving very useful for audio ...

gregstm by Senior III
  • 308 Views
  • 0 replies
  • 0 kudos

STM32Cube callbacks and variables

Posted on November 14, 2014 at 14:40As far as I can see the new STM32Cube has callbacks that are called from the ISRs. This means that all variables that can be changed within the callback and accessed from outside the callback has to be declared as...