SAME54 Xplained Pro - Using EthernetI have a problem with the Ethernet communication on the SAM E54 Xplained Pro. #43644
Unanswered
ErRiemenschneider
asked this question in
Q&A
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to download a binary file from the internet, but this does not work.
I use the following sample from the zephyr repo:
Using the provided example URLs the response data is always empty (no header; no data).
Intressting part, is, if I choose an URL which has the content type text (for example wikipedia.com/index.html),
the download works as expected. Currently I'm not using SSL.
Debugger shows that the recv() call returns length 0 which causes the while loop to exit.
Allready checkt:
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions