• PSRAM on XC167CI not defined in uVision3?
    Hello everybody, am i correct that the PSRAM of the XC167CI (located at E0'0000 - E0'07FF) is not defined by default when selecting the XC167CI from the device database? Is this intentially? ...
  • Generating code for PSRAM
    Hi, I'm testing my applications (on the XE167 family) that has some modules that require to be relocated and run in RAM. I followed AN138 and everything is fine for just one module; if I try to select...
  • XC161 Program/Data PSRAM
    With the V2 core Infineon has introduced the PSRAM on the XC16x derivatives. Does anybody have any good pointers to further documentation on how best to use this memory for in system flash reprogramming...
  • 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...
  • 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...