• 2 separate HEX files
    I'm using the Keil C51 compiler for my project. I need to create 2 separate code areas: one for on-chip code and one for off-chip (EEPROM) code. I want to locate some functions on-chip (for speed) and...
  • INCLUDING OBJECT FILES IN LINK
    Hi All, I have 3 source files: file1.c, file2.c and file3.c and 1 header file config.h. When I built entire uvision project, 3 object files got generated. file1.obj, file2.obj, file3.obj. ...
  • Including asm inc file in C
    Hi, I am mixing C and assembly and want to call assembly macros from the C file. But I do not want to define all these macros in the C file itself. There are more than one such C files and a...
  • One application in separate HEX files
    Hello! I have application which consist of main function and some ancillary functions with mathematics, FLASH service and SPI communications(they are in different *.c files). My task is to separate my...
  • 2 separate frequencies
    Hello! I have a problem, and no idea how to solve it. Maybe someone can help me? System: 80C537, 12MHz Problem: I have to generate 2 separate frequencies, that have to be changed independently...