STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Inpute Capture

Posted on September 12, 2013 at 08:54 Hi, I'm working with STM3220G board.I am interested to understand input capture and I'm buildinga small project to capture input of Key button, but it doesn't work. This is my code: #include ''...

mosine by Associate II
  • 538 Views
  • 6 replies
  • 0 kudos

Mature TCP/IP Stack

Posted on September 13, 2013 at 11:10Hi We are working on a TCP/IP Gateway. Ideally we would like to use one of the free TCP/IP stacks that ST has made publicly available, but we are also open to 3rd party stacks We do however no know the maturity o...

BSDL files for STM32F4 Discovery board

Posted on September 12, 2013 at 16:24Hello,I'm looking for BSDL files for my STM32F4 Discovery board (STM32F407 VGT6).I did extensive search on your webpage, but I was not able to find it.Could you please provide the file to me?thanks! #stm32f4 #...

Is it possible to modify the serial boot loader?

Posted on September 12, 2013 at 18:37I'd like to write a custom bootloader and put it in system memory @0x1fff0000, so it won't occupy space in the 1MB flash. However, I don't know if the system memory region is writable and how.

xilin by Associate
  • 354 Views
  • 1 replies
  • 0 kudos

Problem with example USB code and RTC

Posted on August 07, 2013 at 20:47usb_bsp.c, V1.0.0, 19-September-2011 in USB_OTG_BSP_Init() makes this call:    RCC_APB1PeriphResetCmd(RCC_APB1Periph_PWR, ENABLE); That goofs up prior configuration I had done to the RTC. Is that a bug in the librar...

STM32L timebetween pulses

Posted on September 06, 2013 at 15:35 Hello,I'm trying to measure time between two pulses on a pin. Time between pulses is in 10 - 100 uS range so I can't use millis function. What I'm trying to do is use TIM2 CNT register. Since my APB2 clock is ru...

k_ by Associate II
  • 1208 Views
  • 10 replies
  • 0 kudos

Mbed porting

Posted on September 11, 2013 at 21:59Has anybody ported Mbed code to this board? I believe this is being tried at the moment but not sure of success. Would be nice to have any information how to do this if it has been achieved.