• 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...
  • EA LPC3250 SDRAM
    I'm using the Embedded Artist LPC3250 development board. It has 64MB of external RAM. In my application, I need to create a few large global arrays. The internal memory of the 3250 is only 256KB so I...
  • 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...
  • LPC3250 HSUART HELP
    Hi I was unable to get data properly through High Speed uart's. as per my program i was able to get only 64 bytes properly after that not getting. Here i am posting the program Please take a look and...