Hi,
I work with an LPC3250 board. i try to write a "long int" value into the SDRAM at address X through a "long int *" pointer. but the value will be written at address (X-2). if I write into the RAM in the same way or if write the value Byte by Byte into the SDRAM there are no problems detected. Any help would be extremely appreciated
"...but the value will be written at address (X-2)."
This will almost certainly be due to a problem with the dynamic memory interface configuration and a mismatch of that with the actual hardware.
DJR