usb msc file copy stall
Posted on February 04, 2012 at 18:49usb msc file copy stall #usb-msc #usb #stm32f2xx #stm32f2xx-us
Posted on February 04, 2012 at 18:49usb msc file copy stall #usb-msc #usb #stm32f2xx #stm32f2xx-us
Posted on February 01, 2012 at 00:06Hi,What is the transmission speed of Mass Storage Demo application when download from PC to the uSD SDHC card in USB High Speed mode?How long it takes to transfer e.g. 10MB file? Can anybody have checked it on S...
Posted on January 30, 2012 at 08:09Can I get an explanation on how interrupt controller in FreeRtos porting is configured. I read the documentation published in freertos.org but I didn't understood if I can use my USERS interrupts from configMAX_SYS...
Posted on January 25, 2012 at 21:09Doesn't work. The assertions fail because the intterupt mode definitions of PHY_MICR and PHY_MISR aren't included in the macro ''IS_ETH_PHY_REG'' used for the asserts. I am not certain what other things aren't ha...
Posted on January 23, 2012 at 23:11HelloMy STM32F103RBT6 is working good as joystick with USB HID until operating system perform restart, do you think my application is using incorrent disconnect pin ?Then OS recognize it, but device does not change...
Posted on December 14, 2011 at 23:57Hi, I'm working on a project on a STM32F4 where I want to update firmware over a GPRS modem from a webserver. In the past I've taken the approach of having a 'fixed' bootloader section that was robust and solid......
Posted on January 20, 2012 at 05:00I need to dump ULPI PHY registers. I use STM32F207IGT6 and STmicro provided USB library. Device is in MSC mode. I was trying to find it out myself but code is quite convoluted. Thanks. #ulpi #usb #stm32f20
Posted on January 02, 2012 at 05:47Hello, We are working on the STM3220-G Evaluation Board. We are using IAR compiler [V6.2] and running a test application with FreeRTOS [7.0.2] and following is the issue: 1. Used sample application code from ST lib...
Posted on January 16, 2012 at 13:38Hi All I am wondering about the USB FS device defines below: typedef union _USB_OTG_DIEPINTn_TypeDef { uint32_t d32; struct { uint32_t xfercompl : 1; uint32_t epdisabled : 1; uint32_t ahberr : 1;...
Posted on August 24, 2011 at 12:17Hello, for my device I got the license key for my VID/PID and changed the STtub.inf, but now the DFU-driver is unsigned (because of the change). I use the same STTub30.sys-file, so I think a re-sign of the driver pa...