Does STM32H7 (STM32H743) support usb gadget ethernet?
Anyone know STM32H7 (STM32H743) support usb gadget ethernet?
I read somewhere STM32F7 does, but not sure about STM32H7
Many thanks.
Anyone know STM32H7 (STM32H743) support usb gadget ethernet?
I read somewhere STM32F7 does, but not sure about STM32H7
Many thanks.
Hello @Community member
In ux_host_class_cdc_ecm.h file under
STM32Cube\Repository\Packs\STMicroelectronics\X-CUBE-AZRTOS H7\2.1.0\Middlewares\ST\usbx\common\usbx_host_classes\inc
we can find ethernet is supported as an USB host
#define UX_HOST_CLASS_CDC_ECM_ETHERNET_IP 0x0800
#define UX_HOST_CLASS_CDC_ECM_ETHERNET_ARP 0x0806
#define UX_HOST_CLASS_CDC_ECM_ETHERNET_RARP 0x8035
#define UX_HOST_CLASS_CDC_ECM_ETHERNET_PACKET_SIZE 1536
Also, in STM32Cube\Repository\STM32Cube_FW_H7_V1.10.0\Middlewares\ST\STM32_USB_Host_Library\Class\CDC\Inc Ethernet is among supported classes
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.