• Keil MDK5 HTTP server - form input names
    Hello there, I am developing an application using Network Component Version 7.13.1. The application has a HTTP Server and I am using method POST in a several of html pages to submit my device configurations...
  • Line limit to 80 chars
    How to limit line limit to 80 charactres. Do keil has any setting for this which gives an indication of max length on top, or it has to be done manually.
  • No New line
    Sometimes this warning appears even if I have newlines at the end of the file. Why is that.
  • Use ITM, How is the input char saved into ITM_RxBuffer?
    I'm learning for the code in \Keil\ARM\Examples\Measure, I can input/output debug information though ITM and Debug(printf) Viewer normally. When I review the source code, I found a input char is saved...
  • new line and space
    Do we have to put a new line and space after main function?