STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L152 as USB host

Posted on March 10, 2014 at 05:24Has anyone used the STM32L series USB in host mode? I'm looking at this part at design-in stage. I need the Capsense feature but I also need to use USB in host mode to support optional WiFi.. The ''circuit diagram''...

i2 by Associate II
  • 1003 Views
  • 7 replies
  • 0 kudos

STM32F205RBT6 USB host example - for pendrive

Posted on March 10, 2014 at 06:07Is there any example code on how to use it.I have used sd card with fat32 format & created a test file.Now when user conect external pen drive to system then I have to write that text file from sd card to pen drive. ...

embedded by Associate
  • 368 Views
  • 1 replies
  • 0 kudos

Bugs in STM32 USB-FS-Device development kit

Posted on March 08, 2014 at 06:52 Hi I've just found a nasty bug while developing a CDC-ACM firmware that reads word values from class-specific requests. The byte order in USBwIndex was reversed, so after a little debugging I found these...

shogoonn by Associate
  • 406 Views
  • 0 replies
  • 0 kudos

STM32F4DISCOVERY USB Audio Device works but ...

Posted on March 12, 2013 at 07:22I have got the USB Audio Device example working on the stm32f4discovery board . When connected to my laptop via usb , the board can be recognized as an speaker. There is audio output from the headphone when play musi...

luhong by Associate
  • 347 Views
  • 1 replies
  • 0 kudos

STM32Cube and CoIDE

Posted on February 24, 2014 at 13:03Hello! I see the Stm32Cube software. This is very useful and great software. Is there any chance to implement CoIDE project support? Thanlks #stm32-coocox-coide-cube

totti001 by Associate II
  • 947 Views
  • 5 replies
  • 0 kudos

f_utime

Posted on January 31, 2014 at 09:31 Anyone got any experience using the f_utime function from chan's fatfs? I've got a function that uses it to put a timestamp on a file I create on an SD card, but it returns INVALID_NAME every time. Not quite s...