USB mass storage hack?
Posted on February 02, 2012 at 21:19USB mass storage hack? #usb-mass-storage
Posted on February 02, 2012 at 21:19USB mass storage hack? #usb-mass-storage
Posted on April 11, 2012 at 02:24Ok, I have spent the entire day trying to program my STM32f4 using dfuse demo with no success, once I got it to look for the driver however still does not read my device, neither on my device manager on windows. I wo...
Posted on November 26, 2011 at 02:03I am trying to use my new stm32f4-discovery board with the above DfuSe boot-loader. This loader worked OK with a previous ST ARM device the STM32F103. It now only seems to program a few hundred bytes of the pre-co...
Posted on March 28, 2012 at 14:24Hi,I'm working on an STM32F100C4 already implemented on a board without IAP.I wanted to know if it is possible to reprogramme it through the bootloader with UART.Thank you,Benjamin #stm32 #bootloader
Posted on March 26, 2012 at 11:00Hi, I am interested in using this library ''stm32f105/7 and stm32f2xx usb on-the-go host and device library'' but the link to download it seems to be broken. Where can I found this library? Is there somebody that cou...
Posted on July 13, 2011 at 09:53Hi, I want to interface microSD card and LCD screen. So that I can display the pictures stored in the microSD card to the LCD screen. but i can't understand how to do that. Thanks for any help, Dee
Posted on August 12, 2010 at 23:15 Virtual Com Port - Detect USB Disconnect #stm32-usb
Posted on December 24, 2009 at 00:34Flash Loader Demonstrator v2.1.0 RTS/DTR control issue #stm32-flash-bootloader
Posted on March 19, 2012 at 01:37Hello; I'm working on USB Joystick demo. It cant' run to this USB interruption, I mean when I set a breakpoint it does not work. void USB_LP_IRQHandler(void) { USB_Istr(); } I have some questions, I'm new be in U...
Posted on March 14, 2012 at 00:04We are reading NMEA 0183 data from the USB port of our STM32 based product and our Windows PC Application has been written to use Overlapped IO to minimise performance issues when reading data from lots of COM ports....