• info
    its a very basic question....i've been trying to use a "float" variable in my calculations in 89c2051 but the compiler reports an I/O error. :S I've included the header file float.h.plz help me with...
  • Sub classes in NDATA class
    Problem: Is there a way to define groups of variables in different modules and then to force the linker to locate all these in one contiguous memory region. This would be helpful for parameter-variables...
  • Allocate Code to a Class
    How can i allocate a block of code in a module to a specific class ? Can it be done with #pragma ????? I need to allocate a block of code from a module, not the entire module. Any help appreciated...
  • Pointer mismatch info
    Hi all, Some time ago I stumbled on an article about "hard to find problems when using mixed far/near/dpp pointers", maybe even with a link to an app note, can't remember. I haven't been able to find...
  • Obtain code coverage info
    I am running my application on FPGA and I want to have code coverage report. I am able to know for each opcode in FPGA memory if it has been read or not and from this know the global code coverage and...