• include c header in assembly
    Hello, I use a startup file which implements a configuration wizard. In this wizar 2 parameters (stack_size and Heap_size) are defined. But I want to define a variable in a header file and use that...
  • 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...
  • Source and headers included but not found
    Hey everyone, I am attempting to move an existing project from Atollic to Keil (as Atollic is no longer supported by my MCU). All I want to do is add the appropriate headers and source files...
  • 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...
  • 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.