• HTTP Server: recover Header HTTP
    Hello everyone, We are currently working on a Web server on a Cortex-M7 ARM to transmit SOAP messages via HTTP and CGI. For this, we would need to recover the request's HTTP Header and more specifically...
  • uVision 5.29.0.0 WIN 10 PC new project. No device in “Select a device for target1” form's left box. My Device is ATSAME54P20A and is displayed in left column of Pack Installer. All packs/examples “up to...
    I have searched for and have tried many suggestions but nothing seems to solve the problem. I am missing something or make the same mistake over and over. Please help.
  • Is it possible to have a single Keil MDK project and two or more separate workspaces? If yes, then how?
    I have several nodes that are running the same project/code. I need to debug them simultaneously and that requires having separate workspaces. Now I have multiple copies of the same project. Yes, they...
  • Preprocessor #define acting strange.
    I have several pins relabeled using the #define directive in a header file called "gpio.h". Several files reference this file. In main.c I reference this file with the fallowing command: #include "gpio...
  • HTTP Header Connection "keep-alive"
    Hi, I'm trying to do some tests of the AJAX feature of the embedded HTTP server (MDK 5.1.6 Network Component). The thing is, the server is always sending the HTTP header: Server: Keil-EWEB/2.1 Content...