• Loading HEX file in Debug
    Can we load Hex file for simulation in Debug window I have tried "Load Hex or Object file" from Disassembly Window ,but it is giving Error as *** error 65: access violation at 0xFFFFFFF4 : no 'write...
  • Loading HEX file in Debug
    Can we load Hex file for simulation in Debug window I have tried "Load Hex or Object file" from Disassembly Window ,but it is giving Error as *** error 65: access violation at 0xFFFFFFF4 : no 'write...
  • how can I load HEX File
    hello, I want to load a Hex file to Memory i used exec("load my_file.HEX"); you can see my program : signal void main() {exec("load my_file.HEX"); func2(); // it is the line 214 .......
  • how can I load HEX File
    hello, I want to load a Hex file to Memory i used exec("load my_file.HEX"); you can see my program : signal void main() {exec("load my_file.HEX"); func2(); // it is the line 214 .......
  • how to fit 1kbyte Hex file into 8-bank (512K) EEPROM
    Hi, Currently, I am in a funny situation. I have a 512K EEPROM. But i only have a 1Kbyte Hex file. How can I fit this Hex file into the large EEPROM! My EEPROM is suppose to have 8 bank, and each bank...