STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

help ! memcpy causes hardfault

Posted on December 10, 2012 at 22:37 hello forum ,  I am trying to run a TCP/IP demo on a Olimex STM32F4 board  with eclipse + yagarto  however I cannot connect to the board with LAN  when I stop the demo with JTAG to look where it hangs   it shows ...

0690X00000602nOQAQ.jpg

STM32F105 VCP problem

Posted on December 22, 2012 at 09:15STM32 experts:I have a STM32F105 board and was learning the virtual com port with ''STM32_USB-Host-Device_Lib_V2.1.0'' library. I didn't know why  the VCP_DataRx function was been called one time when PC USB host ...

evanqian by Associate II
  • 329 Views
  • 0 replies
  • 0 kudos

Timer1 capture data

Posted on December 22, 2012 at 02:07Hi alli run timer 1 in capture mode and i want to know how can i reset the counter.for example i capturing signal and store it  in an array. The counter counting from 0 to 65535 and every time edge comes in interr...

imanpakii by Associate III
  • 710 Views
  • 4 replies
  • 0 kudos

STM32F050F Flashloader Files for IAR

Posted on November 21, 2012 at 19:36Does anyone have the flashloader files for IAR?  These are the files. *.board *.flash *.mac *.out I can figure out how to modify *.board file from others, but the others are not easy.

jwang by Associate II
  • 906 Views
  • 5 replies
  • 0 kudos

RTOS

Posted on December 21, 2012 at 15:33 #define IS_SPI_ALL_PERIPH(PERIPH) (((PERIPH) == SPI1) || \ ((PERIPH) == SPI2) || \ ((PERIPH) == SPI3)) #define IS_SPI_ALL_PERIPH(PERIPH) (((PERIPH) == SPI1) || \ ((PERIPH) == SPI2) || \ ((PERIPH) == SPI3...

STM32F4 tip: reset the cache

Posted on December 09, 2012 at 03:10I had a head-slap moment a few days ago. I eliminated much of the ''quirky behavior'' of my STM32F4Discovery board by having SystemInit() disable and reset the cache. The STM32F4Discovery was my first ST-Link prod...

hfs99 by Associate II
  • 816 Views
  • 1 replies
  • 0 kudos

STM32F051R8 missing interrupt response

Posted on December 16, 2012 at 14:20During programming trials on a STM32F051 discovery cardlet I found out that the TIM1 update interrupt does not work while using TIM1 channel 4 for PWM input signal evaluation. The update flag UIF is set, but no in...

rfrech by Associate II
  • 627 Views
  • 3 replies
  • 0 kudos

STM32l152 USART configuration

Posted on December 19, 2012 at 12:47 Hello pals i am new to the stm32 programming, i am trying to configure usart via irq handler, can someone help? #include <stm32l1xx.h> #include ''stm32l1xx_usart.h'' #include ''STM32_Init.h'' void ...

vedhas by Associate II
  • 1080 Views
  • 6 replies
  • 0 kudos