I am looking for information/settings for the LPC4367 EMC memory controller to operate the IS42S32160F SDRAM.
I am getting strange behaviors (looks like random 'systematic' data corruption) when the platform is run at full speed.
using the IAR CMSIS EMC project as my test program.
If anybody has any insights would be appreciated. I am new to SDRAM setup so I am trying to understand what is going on.
Hi Stefaan Kiebooms,
TIC
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Jeremy: Thanks, I am familiar with AN11508 I have found it of limited use (too many details), it was looking for step by step instructions on how to do connect SDRAM and what information is needed and how to find it in an SDRAM datasheet, which AN11508 does not appear to offer.
In any case, I got my SDRAM working: key settings were the DYNAMICCONFIG[0] register for the correct 'geometry' of the chip, and having the appropriate burst size (which gets programmed by asserting the address lines of the SDRAM chip) was the second key parameter. Thanks!