STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Bootloader Program for MAC OS

Posted on November 18, 2014 at 20:31I have the DeFuse project working for bootloading an STM32 part.  This works fine for the Windows environment.  I'm interested in what people do for the MAC/Linux platforms?  I know you can run Windows programs fr...

chrisk by Associate
  • 640 Views
  • 2 replies
  • 0 kudos

USB HOST and MSC problem on STM32F7

Posted on September 30, 2015 at 23:37Hello,i'm trying to implement msc class in my firmware to read usb stick's.I used Stm32CubeMx to create the source code. I also implemented sd-card and fat file system. I can read  from sd-card without any proble...

fjahn9 by Associate II
  • 343 Views
  • 0 replies
  • 0 kudos

file open in USB taking too much time

Posted on September 28, 2015 at 13:08hi, I m logging data in USB from stm32 board. now as the number of file increases in working directory, like150-200, the file open process starts taking time in opening new file.how this can be avoided? i dont wa...

Configure USB-OTG HS in FS Mode on STM32F407 host

Posted on September 24, 2015 at 14:45I�m trying to use the STM32F407 as Host, i use Olimex STM32-P407 eval, my hardware configuration is the following: - PB14, PB15, PB13  (DM, DP, VBUS) OTG HS as a Host with Embedded PHY I'm trying to initialize th...

vlr by Associate II
  • 582 Views
  • 1 replies
  • 0 kudos

STM32F3 USB Driver bMaxPower

Posted on September 24, 2015 at 05:00Is there a recommended way to set bMaxPower in the USB configuration descriptor to 250 (500mA) using the USB driver?  I am creating a CDC device, and this works well, but I need to set bMaxPower in the Configurat...