• Supported chips and header files
    I don't know if this is the right pace to ask, if not, I apologize, please point me on the right place, thanks. I'm using a Winbond W925E240 and I found it in the supported chips: http://www.keil...
  • Header file inclusions
    After reading a post, I embarked on another long rambling about #included header files (a topic that keeps popping up) Reference Post: http://www.keil.com/forum/docs/thread14314.asp (And also a...
  • header file in keil 5.12
    hi i used to be able to see all header files in project window (under target folder). however now that i have installed keil 5.12 i cant find them in project window. how can i bring them in this window...
  • Header Files
    Hi, Where can I find the header files in C51. for instance: #include <Reg932.h> I need the ones for memory and I/O for instance: #include <memory.h> #include <io.h> those header files cannot be...
  • Header File
    Hi everyone, I want to know if there a method where I can lock the access to the header file. I have a header file which I dont want other user to alter or see it. The user can only call the function...