STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB-HID comm. on stm32f2xx

Posted on November 10, 2013 at 12:03Hello;My question is about usb-hid protocol which is on stm32f2xx.I have already use hid communcation on my pic32 project.I just use control endpoint in order to send and receive data.No other endpoints are used.w...

swer by Associate II
  • 616 Views
  • 3 replies
  • 0 kudos

USB class implementation - MIDI interface

Posted on November 13, 2013 at 13:01Hello everybody !I'm new here. I'm a musician, I code for 1 year on STM32 for the fun. My project is to create a MIDI controller based on STM32F4discovery (MIDI is a protocol created to allow musical instruments c...

jean by Senior
  • 1240 Views
  • 1 replies
  • 0 kudos

FAT-FS + CoIDE

Posted on November 18, 2013 at 13:13 Hello everybody!   I try the Fat_FS library at my STM32F4Discovery board. I try the embest example project for this. I create the project at CoIDE add the files, the compile is done but the linker is put errors: ...

totti001 by Associate II
  • 419 Views
  • 1 replies
  • 0 kudos

ST32 / USB / SD / FATFS Problem

Posted on November 14, 2013 at 15:31I'm currently developing an application for an ST32 (STM32F103xC) using Micrium OS-II. So far it's all gone smoothly, but I've hit a block now and can't proceed.The board is configured to act as a USB storage devi...

julian by Associate
  • 585 Views
  • 1 replies
  • 0 kudos

2 HID in Composite device

Posted on November 13, 2013 at 13:21Hi , I am trying to write 2 HIDs in one composite device in STM32F103R8 .But due to some unknown reasons my first hid is working fine but 2nd HID shows ''Code 10'' error in windows , '' not able to start the devic...

dhanush by Associate
  • 457 Views
  • 1 replies
  • 0 kudos

UM0424: Composite example?

Posted on February 11, 2013 at 18:48The STM32 USB FS Device Development kit documentation describes a Composite Example, but I am not able to find this example in the supplied source examples. Is this really available and in this case could you poin...

melchor by Associate II
  • 1977 Views
  • 8 replies
  • 0 kudos

DFU operation OPERATION_RETURN not working

Posted on November 04, 2013 at 18:54Hi, I have to write a Flash tool for the STM32 Family via USB. So I have tu use DfuSe API. I found the demo DfuSeDemo where everything works fine (the button ''Leave DFU mode'' too). Now I ported the code step by ...