• 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...
  • 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...
  • Linking (joining/including) separate asm modules into 1 file
    Hello All, i wanted to apply some modular approach in my program designing, so i decided to pre-write some common modules which are frequently used by me (like a customizable 7 segment display code...