• 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...
  • 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.
  • keil file not including all header file from include path
    Hello, I am working on STM32F3xx discovery board with HAL driver on keil 5. i have included the path for my header file from option target menu, but all header files from that included folder...
  • including headers in uvision?
    Things seem different in uvision so I wanted to ask what is the "correct" way to add a header. For example I downloaded a project open20r and ran a usb example. Works great, now I need to add a thread...