STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB HID and bulk transfer

Posted on November 12, 2011 at 14:13HelloI am editing Custom HID example (with LEDs and buttons). I extended max frame length to 32B. There is implemented control and interrupt transfer. This causes maksimum transfer can be only up to 64kB/s. Is pos...

lprymula by Associate
  • 1356 Views
  • 4 replies
  • 0 kudos

Best MCU/evaluation board for using USB

Posted on November 10, 2011 at 10:56Hello, I wish to write a Windows application exchanging data with a microcontroller via USB. What is the best MCU/evaluation board to do this job in terms of avalaible firmware, documentation, support, etc.? Thank...

giu by Associate II
  • 308 Views
  • 1 replies
  • 0 kudos

Maxium data rate across Virtual Com Port

Posted on October 25, 2011 at 20:54Hi all, I am am currently working on a system whereby we would like to stream event generated data at rates of 100Mbit/s+ across the usb to a debug terminal on the host. We are using the STM32F207 device and its H...

gareth2 by Associate II
  • 552 Views
  • 5 replies
  • 0 kudos

USB DEbug

Posted on October 21, 2011 at 19:09I have successfully detected the microcontroller in the computer but my program and application are not transmitting data through usb. How do i debug the usb connection? I would be happy if someone would help me pr...

disabled swd debuging

Posted on August 04, 2011 at 00:30Hi,i used to program my stm32 discovery board via usb cable using SWD. I used some example code and i think i disabled SWD debugging accidently. Now i cant enable it back, the Keil software i use says that no target...

USB Virtual ComPort Example

Posted on October 03, 2011 at 20:38Hello, I have been searching without success to find an example of the STM32 Virtual Comport that shows how to receive data from the PC. I am coming from an 8051 background so the use of the legacy COM port will he...