• HEX file
    Hi, How can i create a HEX file in the program "µvision/51 for windows". I can compile my program but i don't know how to create a hex file... greetz Maarten
  • IIC Files & Hex files
    Hello Sir/ Mam, I want to know what exactly is the format of IIC files. Like is it in a HEX format or binary format. And I would also like to know how exactly the conversion happens from HEX file...
  • 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...
  • Interrupts in Hex file
    Hello friends, I'm in my last year in university and my project is about Keil Software. I have do several things... but now I have a big problem. Testing my board with 8051 all the programs work...
  • hex file generation
    Hi, I have a simple project in Keil with follow files. startup.a51 that contains. $NOMOD51 CSEG AT 0xFC00 BootHeaderData: DB 0xA5, \ 0xFF, \ 0x01, \ 0x00 NAME ?C_STARTUP ?C_C51STARTUP...