• 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...
  • 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...
  • 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...
  • 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...
  • howto: function library in separated hex-file
    Due to the lack of flash memory i want to move code parts in a separate function library and locate the same in RAM. I thought to use the LIB166 and assign certain code modules to the RAM-address area...