• Problem when .c file is directly included in another file using #include
    I have a Keil uv2 project which has two .c files namely main.c and add.c. The file main.c has function main. The add.c file has definition of function add. In main.c I included add.c using include statement...
  • Problem when .c file is directly included in another file using #include
    I have a Keil uv2 project which has two .c files namely main.c and add.c. The file main.c has function main. The add.c file has definition of function add. In main.c I included add.c using include statement...
  • How to include assembler include file in c source file?
    I have an assembly include file (.inc) which contains a macro. Is there a way to include this file in C source file?
  • 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...
  • 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...