STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Refreshing DMA source address

Posted on June 17, 2013 at 08:50 Hello, I want to put the data from buffer(RAM) to the GPIO port(transmit) and from another GPIO port to the buffer(RAM)(receive) with the 2MHz clock. So I'm using DMA with input capture mode of the timer. ...

TIM2 Interrupt problem

Posted on June 18, 2013 at 11:25I write this code witch turn on the 4 leds of the stm32 when pushing the bouttan and after it wait for some time and turn off the 4 leds. I checked the code without the delay it work fine but whith the delay the progr...

Start with STM32F4-Discovery

Posted on June 18, 2013 at 16:22Hello, I'm new user. I read many documents, but I have doubts. I'm working with uVision. My question is: is it possible load flash memory by mini usb? If yes, How I can configure debug option in uVision? THANKS #s...

mosine by Associate II
  • 338 Views
  • 1 replies
  • 0 kudos

STM32F405RG USB FS unexpected Interrupt

Posted on June 17, 2013 at 18:30I build my own STM32F405RG Stamp and try now to get the USB FS running. For to make good progress I use the libraries, which are available for the stm32F407 Discovery. I use Atollic True Studio Lite and ST-Link/V2 SWD...

mgmv05 by Associate II
  • 449 Views
  • 1 replies
  • 0 kudos

STM32 Accelometer

Posted on June 17, 2013 at 17:07hello people i'm using IAR  IDE and i'm trying to make a program which get accelo values (x and y) and put them on lcd  this is my code and it didnt work i dont know why: ****************************** #include ''stm...

On board ST-LINK and Windows 8

Posted on November 29, 2012 at 13:34Hello,I have same problem with my ST Discovery board on Windows 8. After I connect board to PC, windows was trying to install driver - but unsuccessful because driver files does´t contain a digital signature. In ...

hospodar by Associate III
  • 536 Views
  • 3 replies
  • 0 kudos

systick always 3 times what it should be

Posted on June 18, 2013 at 05:03I've tested the example systick app and it worked, but my (keil) app will not work. I'm just trying to blink a light on a 2 sec interval, super frustrating.the project settings have the system clock at 25mhz. I'm usin...

STM32F3 Discovery File Compatibility

Posted on June 17, 2013 at 17:43I'm currently working with a STM32F3-Discovery board which has the STM32F303VC microcontroller on it.  I'm planning on eventually using the STM32F373C8 on my board, but I want to test out some code and get comfortable...

mattfox by Associate II
  • 386 Views
  • 2 replies
  • 0 kudos

Setting SPI1 freq for SD card = 24Mhz

Posted on June 17, 2013 at 12:32I am using STM32F205 with 120Mhz interanl PLL(HSI).I have to interface SD Card on SPI with <= 24Mhz. Problem is with 120Mhz sysclk I can only obtain SPI-30Mhz(can't use of SD), 15Mhz(too slow)and other lower freq.Now ...