• Keil MDK 3.40, LPC2478 µC - SDRAM Initialization for LCD Display fails
    Hello! I work on Keil MDK 3.40 with ARM LPC2478 and try to initialize the external Dynamic Memory Bank 0. The SDRAM is a Micron MT48LC2M32B2 2Mx32 64Mb, 4 bank, row=11, column=8 and is mapped...
  • Keil MDK 3.40, LPC2478 µC - SDRAM Initialization for LCD Display fails
    Hello! I work on Keil MDK 3.40 with ARM LPC2478 and try to initialize the external Dynamic Memory Bank 0. The SDRAM is a Micron MT48LC2M32B2 2Mx32 64Mb, 4 bank, row=11, column=8 and is mapped...
  • LPC2478 SDRAM scatter file problem
    Hello, I am using a board of lpc2478 in which SDRAM is connected as shown in following pinmap. I am unable to access data(write/read) from SDRAM. I have problem in accessing address 0xA0000000; as i...
  • LPC2478 SDRAM scatter file problem
    Hello, I am using a board of lpc2478 in which SDRAM is connected as shown in following pinmap. I am unable to access data(write/read) from SDRAM. I have problem in accessing address 0xA0000000; as i...
  • Using SDRAM MT48LC4M32B2-6 with LPC2478
    Hello All, 1. I am interfacing SDRAM MT48LC4M32B2 with LPC2478. I am able to initialize it and test it in main() function without including it in scatter file. Below is my problem statement....