You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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).
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?
The text was updated successfully, but these errors were encountered: