cancel
Showing results for 
Search instead for 
Did you mean: 

Composite USB device class + Azure RTOS USBX + USB_OTG_FS not using USB_OTG_HS?

exlabs
Associate III

These excellent articles make the USBX worth a go for more complicated tasks (I wish composite devices were supported in CUBE IDE),

 
When creating a composite device, I see that USB_OTG_HS was used rather than the USB_OTG_FS. I know that the HS can use the internal FS PHY STM32 (so it is FS under-the-hood). However, it also changes the pins! My particular application is highly constrained, and I cannot change the pins, so I need to use USB_OTG_FS. 
 
Can I use USB_OTG_FS along with Azure USBX to create a composite device, or does it require USB_OTG_HS?
 
exlabs_0-1738590579235.png
Regards,
Daniel
1 ACCEPTED SOLUTION

Accepted Solutions
Pavel A.
Evangelist III

It can use the FS. FS and HS of STM32F4 have same capabilities when running on the internal PHY. 

 

 

View solution in original post

1 REPLY 1
Pavel A.
Evangelist III

It can use the FS. FS and HS of STM32F4 have same capabilities when running on the internal PHY.