• 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 and init of SDRAM (MT48LC2M32B2 )
    Hello I m trying to initialise a MT48LC2M32B2 SDRAM coming from MICRON with a LPC3250. Here is my function: void initSDRAM() { int dummy = dummy; SDRAMCLK_CTRL = 0x0; //validation SDRAM HCLK...
  • need help LPC3250 SDRAM initialization
    Hi, i'm using LPC3250 to interface with micron MT48LC16M16A2 (4 Meg x 16 x 4 banks) SDR SDRAM.i followed Blinky program as example and initialized for my 256Mb SDRAM.i have written data on 16-bit...
  • problem in interfacing sdr sdram(MT48LC16M16A2BG) with LPC3250 in 16bit
    we configured sdr sdram as per LPC3250 .s file. and .s file configured for 32 bit sdr sdram and we configured it as 16 bit. when we are writing data into sdr sdram it is writing data into that address...
  • SDRAM issue
    Hi All, We have interfaced 1 SDRAM to LPC3250 (Lower 16 bit data line) .This SDRAM is from Micron technolgies 32 MB(MT48LC16M16A2). Now problem is that we are not sure whether ,can we run our...