Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Atmel SAM UHD_Pipe_Read can't handle packet size >255 bytes #82

Open
hugoduncan opened this issue Jul 26, 2013 · 1 comment
Open

Atmel SAM UHD_Pipe_Read can't handle packet size >255 bytes #82

hugoduncan opened this issue Jul 26, 2013 · 1 comment
Assignees

Comments

@hugoduncan
Copy link

When reading USB packets with USBHost::intransfer, packet sizes of 512 bytes would read 0 bytes.

In UHD_Pipe_Read, nb_byte_received is declared uint8_t, whereas it needs to be at least uint16_t.

Recompiling the system library using this, everything works as expected.

Not sure where to report this, but hopefully I'll be set straight if this is not the right place.

@sandeepmistry sandeepmistry transferred this issue from arduino/Arduino Sep 16, 2019
@martinzw
Copy link

martinzw commented May 9, 2020

Posted this as
"Update uotghs_host.c #66"
But no reaction.
Who maintains this library?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants