Skip to content

Use external SDRAM as RAM #302

Answered by stnolting
dgarfias asked this question in Q&A
Apr 15, 2022 · 1 comments · 6 replies
Discussion options

You must be logged in to vote

Hey there!

At first I would recommend to check if memory accesses from the processor to the SDRAM work flawlessly. You could use the following setup:

  • use the default memory configuration with processor-internal (BRAM-based) memories
  • use the default linker script (no need to expose the SDRAM yet)
  • run the sw/example/bus_explorer from internal memories; this program provides a simple UART console that allows to trigger arbitrary memory accesses to any address within the 32-bit address space; here is an example:
<<< NEORV32 Bus Explorer >>>

This program allows to read/write/dump memory space by hand.
Type 'help' to see the help menu.

BUS_EXPLORER:> help
Available commands:
 help   - show …

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@stnolting
Comment options

@dgarfias
Comment options

@stnolting
Comment options

@dgarfias
Comment options

@stnolting
Comment options

Answer selected by dgarfias
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants