STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion 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
  • 1138 Views
  • 7 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
  • 387 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
  • 1041 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...

STM32F4 chip erase through DFU

Posted on February 20, 2014 at 12:26Hi,I have a board based on the STM32F429ZIT6, same as on the STM32F429I-Discovery. The board is wired so that the MCU can be reprogrammed via USB DFU. There is no ST-Link since this is a custom prototype board.Whi...

USB HID communication

Posted on October 18, 2011 at 15:09Hi,I am working on the USB HID communication where I am trying to send 1K bytes of data from host to device. I am using the ST32F107V microcontroller and teh board used is STM3210C-EVAL.I am able to send 64 bytes a...