Forum Discussion
homeinit
New Contributor
3 years agoSDRAM controller Timing parameters
Hello,
Could anyone help me to understand these parameters:
I want to add my memory but I am struggling a little bit with the timing since the datasheet has not had the same naming.
I am...
- 3 years ago
Hello, I managed to solve my issue, here are my values, it works for the moment, and the code is running from the SDRAM:
[crt0.S] Inst & Data Cache Initialized. [crt0.S] Setting up stack and global pointers. [crt0.S] Clearing BSS [crt0.S] Calling alt_main. [alt_main.c] Entering alt_main, calling alt_irq_init. [alt_main.c] Done alt_irq_init, calling alt_os_init. [alt_main.c] Done OS Init, calling alt_sem_create. [alt_main.c] Calling alt_sys_init. [alt_main.c] Done alt_sys_init. [alt_main.c] Calling main. Hello from Nios II!I am running the code from the SDRAM and I wondering why I have [xxx] xxx messages before the program? if you have an idea/explanation I'll take it!
Thank you!
RichardT_altera
Super Contributor
3 years agoYou may checkout this page on the parameters description.
https://www.intel.com/content/www/us/en/docs/programmable/683130/21-4/timing-page-30722.html
Unfortunately, I am not familiar with the device H57V2562GTR-75C so I can't advice much on that.
Best Regards,
Richard Tan
p/s: If you find any answers from the community or Intel Support to be helpful, we encourage you to mark them as the best answer or rate them 4/5 in the survey.