Forum Discussion
Gyud0
Occasional Contributor
4 years agoGeneric serial Flash interface sector erase problem
Hey,
I'm using the Reference design Generic Serial Flash Interface IP on Quartus Prime 18.1 to access Micron MT25QL512Mb flash memory.
Via NIOS processor, I able to erase the memory sector 0 (at ...
hareesh
Frequent Contributor
4 years agohi GAL YUD,
please check WRITE ENABLE command is executing or not before initiating ERASE command. in you shared code lines WRITE ENABLE command is not there.
thanks,
- Gyud04 years ago
Occasional Contributor
Hi,
I'm executing the write enable command before I initiating the erase command. It's the same order that I do successfully in erase sector 0, the only change is the desired address to be deleted
- hareesh4 years ago
Frequent Contributor
check lock protection enable or disabled. before erase sectors needs to disable lock protection. pls check that.