This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

【Infomedia】About nRF52840 USB communication function .

Dears,

1.I want to know when working at USB CDC mode, what's the phy rate could be supported? And what's real rate is it?

2.Could customer customized their private protocol using USB interface, except CDC and mass storage?

Thanks.

Parents
  • Hi Frank

    1.I want to know when working at USB CDC mode, what's the phy rate could be supported? And what's real rate is it?

    The PHY rate is 12Mbps "full speed". 

    The actual throughput when using CDC depends on the host operating system used. We ran some tests on this and measured up to ~215kB/s datarate on Windows 10, and up to 323kB/s on Linux. 

    2.Could customer customized their private protocol using USB interface, except CDC and mass storage?

    You are not limited to CDC or mass storage, and it is possible to implement other USB classes, but it's obviously a lot more work on the development side if you don't use one of the existing classes. 

    Best regards
    Torbjørn 

Reply
  • Hi Frank

    1.I want to know when working at USB CDC mode, what's the phy rate could be supported? And what's real rate is it?

    The PHY rate is 12Mbps "full speed". 

    The actual throughput when using CDC depends on the host operating system used. We ran some tests on this and measured up to ~215kB/s datarate on Windows 10, and up to 323kB/s on Linux. 

    2.Could customer customized their private protocol using USB interface, except CDC and mass storage?

    You are not limited to CDC or mass storage, and it is possible to implement other USB classes, but it's obviously a lot more work on the development side if you don't use one of the existing classes. 

    Best regards
    Torbjørn 

Children
Related