2022-01-11 05:05 AM
2022-01-11 06:53 AM
CubeMX doesn't support this directly, but it can be done in your own code.
Here is one post of many:
https://sudonull.com/post/68144-CDC-MSC-USB-Composite-Device-on-STM32-HAL
2022-01-12 05:04 AM
Thank you
2022-01-29 05:21 AM
I use stm32l4xx, instead of the HAL_PCDEx_PMAConfig() functions, I use the HAL_PCDEx_SetTxFiFo()/HAL_PCDEx_SetRxFiFo() functions. Could you tell me how to configure them correctly for Composite USB? Thanks in advance.