• LPC1788 Executing from SDRAM
    Hello, I'm using LPC1788 in my project and I need to execute some code from SDRAM at address 0xA0000000, but there is one issue. The issue is that MPU considers this address a non executable memory...
  • LPC1788 Executing from SDRAM
    Hello, I'm using LPC1788 in my project and I need to execute some code from SDRAM at address 0xA0000000, but there is one issue. The issue is that MPU considers this address a non executable memory...
  • LPC3250 Debugging SDRAM
    Hello, I'm using the Embedded Artists LPC3250 OEM board. Modifying the scatter file and startup_entry.s I'm able to execute my binary from external SDRAM. However, when I'm debugging using Keil IDE...
  • LPC3250 Debugging SDRAM
    Hello, I'm using the Embedded Artists LPC3250 OEM board. Modifying the scatter file and startup_entry.s I'm able to execute my binary from external SDRAM. However, when I'm debugging using Keil IDE...
  • Speed-up by executing function in SRAM instead of SDRAM
    Hi, is it possible - to speed up execution - to execute functions in SRAM, while the main application is running in SDRAM? I already had a look into the docs, but there is only a way to place a...