• Accessing/Reserving memory in program space
    I've been trying to set and reserve a byte in my Code segment and haven't been able to do it yet. I created a separate file where I declared my variable: byte code console_type = 1; and specified...
  • Accessing/Reserving memory in program space
    I've been trying to set and reserve a byte in my Code segment and haven't been able to do it yet. I created a separate file where I declared my variable: byte code console_type = 1; and specified...
  • Reserving bytes in CODE space
    Hi, Is there an easy way to inhibit the link/locator from placing code at a specific address? I know could manually locate a 'dummy' module containing a number of __nop__() calls to the address...
  • Reserving bytes in CODE space
    Hi, Is there an easy way to inhibit the link/locator from placing code at a specific address? I know could manually locate a 'dummy' module containing a number of __nop__() calls to the address...
  • Reserve Space for functions in PSRAM
    Hi. For an application i have to copy some modules to the PSRAM of a XC2287. Copying the functions works well. In the debug-module, there is a function which prints some text via an USIC. If this...