Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12681 Discussions

SDRAM controller Timing parameters

homeinit
Novice
990 Views

Hello,

Could anyone help me to understand these parameters:

homeinit_0-1681305016911.png

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.

homeinit_1-1681305103973.png

homeinit_2-1681305127238.png

Thank you  in advance

 

0 Kudos
1 Solution
homeinit
Novice
942 Views

Hello, I managed to solve my issue, here are my values, it works for the moment, and the code is running from the SDRAM:

homeinit_0-1681383760967.png

[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!

View solution in original post

0 Kudos
4 Replies
RichardTanSY_Intel
955 Views

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. 


0 Kudos
homeinit
Novice
943 Views

Hello, I managed to solve my issue, here are my values, it works for the moment, and the code is running from the SDRAM:

homeinit_0-1681383760967.png

[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!

0 Kudos
RichardTanSY_Intel
924 Views

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


0 Kudos
Reply