• Emwin Fonts in External SDRAM with LPC1788
    Hi, I have successfully run my board with LPC1788 + Emwin graphical library I have kept all the Emwin fonts in external NAND. A PC utility downloads the Emwin Fonts binary image file by RS232 on...
  • Emwin Fonts in External SDRAM with LPC1788
    Hi, I have successfully run my board with LPC1788 + Emwin graphical library I have kept all the Emwin fonts in external NAND. A PC utility downloads the Emwin Fonts binary image file by RS232 on...
  • Using External SDRAM K4S56161632 as Default Memory for a LPC1788
    I want to store the variables of my code in the External SDRAM,So I've made these change to Target tab of Options window : 1. Default box for off-chip RAM1 is checked (Base Address: 0xA0000000 Size...
  • Using External SDRAM K4S56161632 as Default Memory for a LPC1788
    I want to store the variables of my code in the External SDRAM,So I've made these change to Target tab of Options window : 1. Default box for off-chip RAM1 is checked (Base Address: 0xA0000000 Size...
  • Allocate HEAP into external SDRAM with Keil-RTX
    Hello! I'm developing an application which requires the heap to be located in a 32MB off-chip SDRAM. I'm using Keil RTX in the project. The problem is the application falls when a function malloc()...