• Library files, include source files
    Hi, I built a library file that can be used for other projects. Once I have built it and added it to another project, I right click on a function and select "Go to the definition of 'function...
  • 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?
  • Include source file in DS 2020
    Hello, I am using Arm DS IDE 2020. I am trying to write an assembly code to be downloaded on a board. In my assembly program file, I am including a file as: INCLUDE startup_stm32l476xx.s and this...
  • 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...
  • .h file need include in two c source files
    Hello, I have two c source files in my project, and they both need include hardware.h(register define) file. I try to include the .h file to both C file but the compilter says the memory overlap. I choice...