• ways to include header files
    I created a project with uVision3 and added all the necessary header files into the file group 'Header' by using Project - Components, Environment, Books . By compiling this project I got many similar...
  • Porblem in including header file in Keil
    I want to include header file in my project The header file contains all the declarations. Can i use text file for the same purpose.
  • C51 header file problem
    Hi, I've been looking at this compile error for a few hours now so I decided to look for some community support. I created a header file "SCMCtl.h" which contains a Struct declaration and a function...
  • Including a 'c' header file in the STARTUP.A51 file
    Hi all, I have searched the forums high and low but still can't find a definitive answer. I'm hoping there are some gurus out there that can point me in the right direction. My question is: How...
  • Include a C header file in assembler
    There's a C header file, I want an assembly source file to include it and use the definitions. I tried this Realview's document: www.arm.com/.../1208.html But it can't help. The docuemnt said "When...