• Debug Mode exiting whilst executing program that accesses PSRAM
    The problem occurred whilst using the AT91SAM3U-EK & ULINK Pro JTAG probe @48MHz. A simple program (main loop incrementing a loop count and outputting the loop count to the serial port using 'printf...
  • Debug Mode exiting whilst executing program that accesses PSRAM
    The problem occurred whilst using the AT91SAM3U-EK & ULINK Pro JTAG probe @48MHz. A simple program (main loop incrementing a loop count and outputting the loop count to the serial port using 'printf...
  • 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...
  • 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...
  • 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...