SDRAM controller Timing parameters - SDRAM 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 using the H57V2562GTR-75C running at 133MHz. Thank you in advance Replies: Re: SDRAM controller Timing parameters I'm glad to hear that your question has been addressed. Now, I will transition this thread to community support. If you have any further questions or concerns, please don't hesitate to reach out. Thank you and have a great day! Best Regards, Richard Tan Replies: Re: SDRAM controller Timing parameters These are related to crt0 Initialization & HAL Initialization. https://www.intel.com/content/www/us/en/docs/programmable/683689/current/crt0-initialization.html https://www.intel.com/content/www/us/en/docs/programmable/683689/current/hal-initialization.html Best Regards, Richard Tan Replies: Re: SDRAM controller Timing parameters 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! Replies: Re: SDRAM controller Timing parameters You 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. - 2023-04-12

external_document