• LPC1764 Web server
    I am using using Keil Network stack 6.4.0 for web server application.Web server running ok for sometime but after that web pages are not open but pings and other query to board over ethernet is ok.Have...
  • Keil: Please repair forum - many new threads gives 404 or 500.
    I don't know if this text will make it, but please fix the forum before you get more broken threads, where we get error 500 (Internal server error) or 404 (not found).
  • asm inserts
    Hello! How can i insert necessary for me asm comands like push/pop? for example i got example from here www.keil.com/.../armclang_ref_chr1383658400125.htm int add(int i, int j) { int res = 0;...
  • Customizing Error Pages
    I added HTTP_ERR.C to my project and now I am getting: Error: L6200E: Symbol http_err_401 multiply defined (by http_err.o and http_err.o). Error: L6200E: Symbol http_err_404 multiply defined (by http_err...
  • Trouble with Error Pages
    Friend, I want to modify the HTTP Server Error pages , I copy the module HTTP_err.c to my project .When I try to compile the project,I get the following errors: linking... .\out\2188pro.axf: Error...