• Creating header file
    Can you please tell me the step wise process to create the header file . Also tell me where to create this header file, in the notepad or in the keil software itself with in the program. I want to...
  • How to create Header file for a C function
    I created a new project( CHOOSING THE library function) and write the code : #include<stdio.h> //signed long int pow(signed int base, signed int power) signed long int pow(signed int base, signed...
  • How to create Header file for a C function
    I created a new project( CHOOSING THE library function) and write the code : #include<stdio.h> //signed long int pow(signed int base, signed int power) signed long int pow(signed int base, signed...
  • creating header file n how to use it
    Hi , i want to know how can i create a header file and use it in my main program. will be thankful if anybody can provide a simple example and with whole process needed. thanks
  • Not able to modify header file. Target not created.
    Hello, I am a newbee to MDK Keil and am trying to run my 1st project in uVision 5 in simulation mode for stm32f103c8. However, target is not created while building the project. Also the header file...