• Simulating code execution in RAM
    Hello! As running code from flash is not so fast I want to run code from RAM. So I took the example that was delivered with the Analog Devices ADuC_Beta702x kit called "FuncRAM". Wenn I let it run on...
  • Simulating code execution in RAM
    Hello! As running code from flash is not so fast I want to run code from RAM. So I took the example that was delivered with the Analog Devices ADuC_Beta702x kit called "FuncRAM". Wenn I let it run on...
  • ANSI-C and idata
    Hi All, I need to make portable ANSI-C code, any advice how easier to hide "idata"? I use small memory model, and wouldn't change it. Regards, Vladimir
  • ANSI-C and idata
    Hi All, I need to make portable ANSI-C code, any advice how easier to hide "idata"? I use small memory model, and wouldn't change it. Regards, Vladimir
  • ISD51, and IDATA segment definition
    ISD51 manuals indicates that a break point requires 2 bytes of idata. In what segment are these declared? I supect that my call return stack is getting corrupted, causing a reset0. Single Stepping...