Forum Discussion
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
RReth
New Contributor
6 years agoHi 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