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

Problem with Steval-IFS013V1's DFU example

Posted on November 28, 2011 at 03:38The DFU created from hex file, which was built from example project (sink.rprj and sensor.rprj) doesn't work - after upload the DFU in dfu mode and replug the USB dongle isn't identified by system (I tried on Wind...

161673 by Associate
  • 469 Views
  • 2 replies
  • 0 kudos

How to start with Discovery

Posted on September 13, 2011 at 00:06Hi! I've just purchased my board and I'd like to create my own applications. Is there any example code or similar to get me started? I checked the demo code which is very complex and also found a peripherial libr...

gsantha by Associate II
  • 1776 Views
  • 12 replies
  • 0 kudos

Missing External Interrupts, frustration

Posted on November 25, 2011 at 19:31Any one with ideas on this one, I`ve never seen this on other micros: STM32F103RE6 I have a simple application, an asyc pulse stream of data bits: 2.4mS and 1.2mS MAX 2.4mS = 1, 1.2mS = 0 Unfortunately the design ...

benbb by Associate II
  • 552 Views
  • 1 replies
  • 0 kudos

Recommendation regarding STM32 register header files

Posted on November 26, 2011 at 11:13Hi, There is a small conceptual issue I wish to report in the STM32F2/F4/L1 headers. Currently the GPIO BSRR register is declared as two separated 16bits registers BSRRL and BSRRH which defeats its purpose of maki...

stm32w_flasher and STM32W-RFCKIT

Posted on November 21, 2011 at 23:34Hi all. I'am working with STM32W-RFCKIT. My OS is Windows 7 x64. When i trying to flash prebuild example to my MB950 or MB951 - i have a problems. I have these: C:\Users\Denis\Desktop\MOUSE>stm32w_flasher.exe -p ...

0690X00000602jHQAQ.jpg

Real Time on STM32F103RDT6

Posted on November 22, 2011 at 18:53Hi everybody,I am using MCU STM32F103RBT6, i have a problem with real time clock.that is after reset MCU, real-time counter stand by 4~6 seconds and run. so, my real-time delay 4~6s after every reset MCU. I think ...

STM32L-Discovery serial (RS232) communication

Posted on October 01, 2011 at 15:56Hi,I'm triyng to transmit data from an accelerometer to STM32L-Discovery and send this data from STM32L-Discovery to PC using SPI and RS232This is my initialization code  RCC_APB1PeriphClockCmd(RCC_APB1Periph_SPI2,...

VFQFPN pad connection

Posted on November 23, 2011 at 22:04Hello,Unfortunately i cannot find information about STM32 QFN middle exposed pad connection anywhere. I'm interested especially in STM32F103T8. Tester didn't show any conductance from pad to Vss or Vdd pins. To ha...

Problems with USB device stack (VCP)

Posted on October 25, 2011 at 22:23Hello, First I4m working on my own board, a product almost final on which I added USB. MCU is STM32F205RE and ''of course'' I used the HS USB port (using embedded PHY). Now I'm trying to get it working and it is VE...

root by Associate II
  • 2369 Views
  • 14 replies
  • 0 kudos

SPI and DMA on STM32F2xx

Posted on November 23, 2011 at 02:23Is there a simple example of this?I've written some code based on a working non-DMA version of my SPI object. So far I have the following:void SPI2_StartDMA(u16 NumBytes){ // Disable both DMA channels DMA1_Stream3...

carl2399 by Associate III
  • 563 Views
  • 3 replies
  • 0 kudos