User Activity

Posted on August 07, 2014 at 16:36 Hi All, I have just started developing on the STM32 F4 Discovery with the purpose oftransferringdata from one incoming DMA (ie camera source) and out USB to a host PC. I have managed to get the...
Posted on July 28, 2014 at 09:05Hey guys, I'm using USB Full Speed in CDC with a computer. Everything works well but I would like to increase the throughput by using DMA.I never see any examples of this, I don't know if it's possible ... My opinion ...
Posted on July 21, 2014 at 09:42Hey guysI would like to know if it's possible to use DMA with USB Full Speed.I already saw it with USB high speed (provide by ST's examples) but nothing with Full Speed.I perform transfert data between a PC and MCU an...
Posted on July 15, 2014 at 17:29Hey guysI'm working on a projet and i'm using STM32f4 discovery board.I wrote program to send data by USB (from MCU to PC by Bulk transfert) in full speed mode.Usually the throughput should be 12 Mbits/s but mine is o...
Posted on July 09, 2014 at 11:20Hey guys,I'm using STM32F4 discovery board and I have some problems to communicate between MCU and PC using MSC BOT protocol.I would like to exchange data from my MCU to my PC and my PC to my MCU.I'm using the library...