• How to convert H86 file into Intel Hex file
    The H86 file was generated by Keil. I don't have the source code. How do I convert this H86 file into Intel Hex file? Thanks very much.
  • AD Converter from Xc167
    Hallo everybody. I have a Problem with the ADC Converter from XC167 hier is my Code int analog_ermitteln (int kanal){ int Current_Value; ADC_CIC = 0x0; ADC_CON = kanal + 0x0280 ; while ( ADC_CIC...
  • Programming binary file to Flash
    Hello! Is there a program that can download file to Flash as binary? For example Memtool can download only HEX which generated by compiler. Or it isn't right?
  • AR166 & Flash File System
    The Flash File System is configured for SRAM Rev.: V1.02 / 11-oct-2004 unsigned long file_size; void test_1() { FILE *f1; FINFO info; unsigned int i; fformat(); f1 = fopen ("F1.TXT","a");...
  • Convert ASM file to HEX file
    I looking for a file to convert from asm to hex file so I can load to the eeprom programmer. Right now I use the A51 with emp20 but I want to use the Willem Universal programmer.Because the Willem Programmer...