Forum Discussion
RReth
New Contributor
6 years agoHi Wolfgang,
Now I am trying to write a sector of Flash. From my understanding, first step is unprotect desired flash sector, then erase the sector and finally write the data. Is that correct?
Is there any documentation for the steps involved in each process?
Thank you,
Remya
ShafiqY_Intel
Frequent Contributor
6 years agoHi Remya,
You may refer to my step to write with Serial Controller II IP core:
I hope this will help.
Cheers
- RReth6 years ago
New Contributor
Hi Wolfgang,
I tried the steps you given above. But when I read back, I got only 0xFFFFFFFF .
Please find the commands I passed to write 0x4 to Flash_MEM_OP_register.
mem_write <= 1'b1;
mem_wrdata <= 32'h00000004;
mem_addr <= 24'h80000C;
Could you please correct me?
Thank you,
Remya