Forum Discussion
Altera_Forum
Honored Contributor
15 years agoProblems with 16-bit DDR2-SDRAM connected to Nios
Hi, I am trying to implement a nios system(cyclone III) with 16-bit DDR2 SDRAM and 16-bit Flash device. While try to erase the flash device using the routine listed below unsigned in...
Altera_Forum
Honored Contributor
15 years agoSorry for the confusion, 'explicitly declaring variables' just means that i had declared a variable
unsigned int 32 tempnoofblockstobeerased; tempnoofblockstobeerased = noofblockstoerase*erasesize; flashutils_eraseflash(flashoffset,tempnoofblockstobeerased); This works. the other one is just a typo..