Forum Discussion
Altera_Forum
Honored Contributor
14 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..