Forum Discussion
Altera_Forum
Honored Contributor
13 years agoNios II erase sector
I'm working on cyclone III with the EPCS64, in my Nios code C the time delay of erasing for one sector is defined at 3 seconds to be sure of the erasing, I would like to know if there is a way to ...
Altera_Forum
Honored Contributor
13 years agoHere is the piece of C code Nios to erase a sector :
alt_epcs_flash_erase_block(p_epcs_fd,epcs_addr); OSTimeDly(3*OS_TICKS_PER_SEC);