• 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...
  • 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...
  • 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...