STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hard fault with stm32 std peripheral library

Posted on November 13, 2014 at 12:23Hi, This is a pretty noob question but I'm going to ask it anyway, because it seems like I'm missing something. I've just set up new STM32F1xx and STM32L1xx projects based on the GNU ARM plugin for eclipse.  I'm w...

Two questions about the A/D

Posted on November 13, 2013 at 17:31 Hi, I am successfully running most of my software, and I am now debugging the A/D. I first used the examples verbatim, to understand what I am setting up. I gave now modified the code, and have two questions: Th...

gullik by Associate II
  • 858 Views
  • 5 replies
  • 0 kudos

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
  • 1511 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
  • 919 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
  • 421 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
  • 1162 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
  • 510 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...