Raspberry Pi Pico not achieving USB1.1 speeds #1134
Unanswered
tinkerbeast
asked this question in
Q&A
Replies: 1 comment 5 replies
-
yeah, all examples are configured to use as minimal RAM as possible to fit into smaller MCUs. You could tune it up micropython/micropython#7479 (comment) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying out a slightly modified version of the cdc_dual_ports example where I am constantly pumping data to the USB interface. However I am not able to achieve speeds beyond 240KiB/s.
I checked if it's a processor throughput issue and that's not it. The processor is pumping data faster than the port is consuming.
I was wondering if there are some settings I can play around with to test the speeds.
Beta Was this translation helpful? Give feedback.
All reactions