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

Which USB class should I use for maximum data rates on nrf52840? And what is the maximum size of transfer if I use CDC_ACM?

I want to transfer sensor data to a raspberry pi using the in-built USB on nrf52840. The example codes have the following classes: CDC_ACM, Audio, HID and Mass storage. I want to transfer data around 200 KB/s. Which class would be sufficient for the data rates? Also for the host side, will using USB serial port (ttyACM0) be fast enough for CDC_ACM or should I use libusb?

Related