2025-06-02 5:38 AM
Hi, Is ST proved an example of USB CDC-ECM for H563 or something similar I can use for doing a connection between my pc and my nucleo H563 with USB?
2025-06-02 6:09 AM
Hello @Gwen1
You can refer to the example below:
2025-06-04 4:59 AM
Hello @Saket_Om , thanks for your replied.
As I can understand this example works with an SD card for a web server. Did you know if ST provided juste an example of communication between the ST card and PC with CDC-ECM? Like this How to implement the USB Device CDC (VCOM) in STM3... - STMicroelectronics Community but with a board that is similar to H563 ?
2025-06-04 6:50 AM
Hi @Gwen1
CDC ACM and CDC ECM are different USB sub classes. Your request is confusing. If you're designing a USB device, the choice between CDC ACM and CDC ECM depends on whether your application requires serial communication or networking capabilities.
I hope this helps!
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-06-04 7:25 AM - edited 2025-06-04 7:28 AM
Hi @FBL,
Sorry for being confusing.
As I say before in the topic, I would like to use CDC ECM. But, I can't find an example for the card I use or something similar I can test...
So if you know where I can find an example I will be thankful.
2025-06-04 10:32 AM
Hi @Gwen1
Unfortunately, we don't have example on nucleo board H563. Here is another example on different target with LWIP stack. You can develop the project with classic core middleware and get back to us if facing issues.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.