2014-11-25 12:01 AM
Why doesnt STM32CUBE have any usb sample codes for stm32f4-discovery? Discovery has a usb port on.
Everybody know that Virtual Com USB is very slow even 8bit Microchips have Bulk Usb code support about 1024kb/s2014-11-25 12:21 AM
2014-11-25 12:30 AM
thanks but we dont have big company so dont have a software develop team to write libraries for every application and i think it isnt costumers work. Until now we used microchip devices and we got all libraries from them.
Now we have a STM32 168MHz ARM-M4 but we can use only Virtual comport USB about 80kb/S.2014-11-25 05:03 AM
See the examples for the STM324xG_EVAL board (it has the same microprocessor) at ''STM32Cube_FW_F4_V1.3.0\Projects\STM324xG_EVAL\Applications\USB_Device''.
2014-11-25 05:16 AM
Does Cube care what board you're using? Surely USB can use only a handful of pins.
2014-11-25 05:39 AM
dear clive1, can you write me a sample code for simple bulk transfer on stm32f4? i need to send and read data packets direct to my PC without SD card storage.
thanks2014-11-25 07:39 AM
dear clive1, can you write me a sample code for simple bulk transfer on stm32f4? i need to send and read data packets direct to my PC without SD card storage.
Sorry, don't have the bandwidth/resources to do that. I did build a SDRAM-DISK example for the STM32F429I-DISCO