Forum Discussion
pwiln
New Contributor
7 years agoQuestion about IP : Altera ASMI Parallel IP Core
When performing command Erase a sector : At the end of command , signal busy is deasserted Did this mean that the sector erasure has been completed or I have to check status register bit 0 whi...
Nooraini_Y_Intel
Frequent Contributor
7 years agoHi pwiln,
If you are using ASMI Parallel IP, you can either just monitor the busy signal goes low (erase operation complete) or use read_status operation to read the status register bit 0. Otherwise to be safe you can use both where once the busy goes low (erase operation complete) wait at least two clock cycle, then execute the read_status operation.
Regards,
Nooraini