User Activity

Posted on June 19, 2015 at 10:22Hi all,I'am communicating with a 3G modem through USB. I'am using FreeRTOS (this is important).The USB is configurated like :  /*Set LL Driver parameters */  hhcd.Instance = USB_OTG_HS;  hhcd.Init.Host_channels = 11; ...
Posted on July 03, 2014 at 16:09Hi all,I’am trying to port an USB Host Controller Driver for uClinux on STM32.Here is my investigation so far :I’am using jserv uClinux distro generation (https://github.com/jserv/stm32f429-linux-builder/blob/master/R...
Posted on June 17, 2014 at 11:31Hi all,I'am using USB device CDC class to communicate datas with a host. But I've a strange problem. (I'am using the STM32F429i Disco platform)The STM32 code create a memory area with 00 01 02 03 04 ... datas and then...
Posted on April 19, 2014 at 20:01Hi all,I'am using STM32F429I DISCO board and new HAL lib.I want, when connecting the board to a host via USB, have two devices : MSC and CDC.I've successfully compiled separately examples for USB MSC and CDC device.C...