Altera_Forum
Honored Contributor
20 years agoProblem using SDRAM
Hello,
I have problem using SDRAM on my custom board. My program won't run when I map program memory(.text) to SDRAM. I have no trouble reading/writing SDRAM from my program if .text is mapped to internal RAM. I kind of have a feeling that this has got to do with my setting SDRAM controller to: "controller shares dq/dqm/addr I/O pins". If I disabled this setting, not use external flash, and map .text to SDRAM. then my program runs fine. I had to choose "controller shares dq/dqm/addr I/O pins" because my hardware shares data/address bus with external flash. Any advice to solve this problem?