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

TCP stack stops #22

Open
EduardShaid opened this issue Mar 31, 2023 · 2 comments
Open

TCP stack stops #22

EduardShaid opened this issue Mar 31, 2023 · 2 comments

Comments

@EduardShaid
Copy link

When I run the standard "http_sever_demo" example on my ARTERY evaluation board, everything is stable.
But when I try to change the resources (I enter my WWW project), then in the case when some *.js file exceeds about 250 K bytes, the program freezes. The web page hangs waiting for such a file, which for some reason does not come.

Has anyone encountered such a problem and how to solve it?

@edbek
Copy link

edbek commented Apr 3, 2023

I tried the project on debugging from the "nucleo_h743zi". The project is working there.
It seems that the problem is in the Artery debugging itself, it is possible that the DM9162 driver level does not work correctly.

@edbek
Copy link

edbek commented Jun 14, 2023

after updating the TCP stack to version 2.3.0, the problem on the ARTERY evaluation board (at_start_f437) remained: the http_server_demo does not work correctly (when increasing resources WWW).

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

2 participants