• 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...
  • 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? ...
  • 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...
  • Allocating PSRAM to a module with medium memory model
    Hi, We are using XC164CS architecture which has 2K-DPRAM, 2K-SRAM and 2K-PSRAM. The address ranges are: We have project memory model set as Medium. We would like to allocate PSRAM to some modules...
  • Relocatin several modules from flash to psram
    Relocating code for execution form flash to psram according to http://www.keil.com/appnotes/files/apnt_138.pdf works fine. USER CLASSES: SROM (0xC30000-0xC33FFF) USER SECTIONS: ?PR?FLASH%FCODE...