Altera_Forum
Honored Contributor
7 years agoF2H Avalon Bridge f2h_sdram0_data_waitrequest got stuck
Hi all,
I met a problem hope someone can help. I am using f2h_sdram0 to access the SDRAM. After building HPS system, I got the hps.xml file in handoff folder, part of the code is: <config name='F2SDRAM_COMMAND_PORT_USED' value='0x1' /> <config name='F2SDRAM_READ_PORT_USED' value='0x3' /> <config name='F2SDRAM_WRITE_PORT_USED' value='0x3' /> <config name='F2SDRAM_RESET_PORT_USED' value='0x133' /> So looks like I have initialized the F2SDRAM reset signals. But sometimes the f2h_sdram0_data_waitrequest signal will always be high voltage? So which option in HPS settings can change or influence that? Or it's because of some u-boot related issues? Thank you