2014-12-11 04:04 AM
Hi,
Can I configure the USB library to be CDC, MSD and DFU at the same time?I'm planing to use the STM32L053R8. #usb-composite #stm32l0 #usb-cdc-msd-stm32l02014-12-14 01:45 AM
Yeah, I have the same question.
Can not find any example code for STM32L0 about dual interface (USB composite) I have planed to make USB composite with (USB CDC and HID at the same time) Best regards, Kevin2014-12-14 11:09 AM
Can not find any example code for STM32L0 about dual interface (USB composite)
No kidding, it was a) released this last quarter, b) there is no Standard Peripheral Library support for it, so none of the existing code can be used directly. You're option here is to fight your way through the HAL/Cube resources available to you, and any examples contained therein.2014-12-15 06:51 AM
clive1,
Is the USB library support composite device?2015-01-12 08:00 AM
Hi,
The STM32Cube FW package includes examples based on elementary USB classes (MSC, HID, CDC,...). Multi-interface applications (composite) are not yet developed. We’ll notify our development team about this subject.Concerning the STM32 L0 MCU, the only available is STM32Cube based and not StdPeriphLib. Otherwise, you can find developped Multi-interface applications based on STM32F4 MCU and the StdPeriphLib FW.Regards,Heisenberg.2015-06-15 05:21 AM
Hi,
I have a requirement of making STM32F429 controller as MSD and then as CDC class. MSD to store the run files and later CDC for communication. Are there any examples for this ? Any one USB class at a time. This is like a 3G dongles, first time it installs all the drivers and application and then later initiates the communication. Please let me know how i can do this.