USB RNDIS + USB VCP on STM32L462

Hi, I would like to enable RNDIS + VCP on this MCU. Is there an option to do that?
I do not know how to enable only RNDIS for this MCU too (I do not see this on drop down with Class for FS IP).

Hi, I would like to enable RNDIS + VCP on this MCU. Is there an option to do that?
I do not know how to enable only RNDIS for this MCU too (I do not see this on drop down with Class for FS IP).
Each of CDC and RNDIS functions needs two IN and one OUT endpoints. Total two bulk pairs IN & OUT + two single IN interrupt endpoints. Actually, almost any number of virtual devices can be implemented with 3 EPs, but not as a standard USB multifunction device. A custom host driver will be needed, which is not a trivial task (not a rocket science either).
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.