• Header files not found error
    Cannot open Source input file "inc/hw_type.h" no such file or directory Instead of including this file. Also let me know where i have to set a path in keil for header files so that compiler will...
  • error related to header file
    Error in the execution of simple program of toggling. Error message: Target not created Problem is indicated in header file <stm32f4xx.h> Do i need to download library for stm32 devices? Where can...
  • Header files
    Dear Sir, I am New to program in Keil C, In a Program i am using following header files, since i don't have the following header files it gives me an error as "can't open the file" can you please help...
  • 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...
  • 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...