STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F0 and usart

Posted on August 09, 2015 at 23:03Hello,Im want to send data with USART2 (im using KEIL uVision 5).Im trying to use this program :/* USART2 PA.2 Tx, PA.3 Rx STM32F0-Discovery sourcer32@gmail.com */ #include ''stm32f0xx.h''#include ''stm32f0_discover...

edouard by Associate II
  • 407 Views
  • 2 replies
  • 0 kudos

USB CDC CubeMX getting started

Posted on August 07, 2015 at 15:47 Hello friends, I try to create a simple program, which uses a Virtual COM Port to send and receive data. As hardware I'm using a stm32f3discovery board. I already created the code with CubeMX an...

STM32 UART Interrupt

Posted on August 05, 2015 at 14:57Hi there,I have a nucleo board based on the STM32F152RET6 and I'm using the STM32CubeMX.I want to toggle the LED when a caracter is received on IT but I've tried a looooooot of things but nothing makes it work...TX ...

70dbf9d7 by Associate
  • 999 Views
  • 3 replies
  • 0 kudos

Install DFU driver on Win7 failed

Posted on August 11, 2015 at 04:26Hi guys,I wanted to test DFU function with my STM32F401 board, and my Win7 has installed DfuSe V3.0.4. After I plug USB to PC, it shows the driver is not corrected, so DfuSe can't recognized the USB device.I searche...

dqyang by Associate II
  • 471 Views
  • 2 replies
  • 0 kudos

STM32F3Discovery fails to program

Posted on August 08, 2015 at 15:02When I try to program my board using OpenOCD 0.8.0, I've get:Open On-Chip Debugger 0.8.0 (2014-10-25-15:24)Licensed under GNU GPL v2For bug reports, read http://openocd.sourceforge.net/doc/doxygen/bugs.htmlsrst_only...

aidos by Associate
  • 345 Views
  • 1 replies
  • 0 kudos

NO interrupt working on STMF3

Posted on August 07, 2015 at 22:13 Hey there, I hope you can help with an issue I am facing. I am working on the STM32F303RE with the SW4STM32 IDE by AC6. Additionally I have HTerm to get USART communication working wit...