Forum Discussion
4 Replies
- ShafiqY_Intel
Frequent Contributor
Hi SLoi0,
May I know which IP your are using?
Thanks
- SLoi0
New Contributor
I am using Serial Flash Loader IP in Arria 10 Soc. Thanks,
- ShafiqY_Intel
Frequent Contributor
Hi SLoI0,
I'm apologize for late reply. Somehow, I didn't get your reply notification.
Have you able to solve this issue?
- SLoi0
New Contributor
Yes, I was able to get it to work after I used the "Flag Status Register[7]" instead of "Status Register[0] as an erase/write completion indicator"
Status Register[0] (05h) - One of the following operation is in progress:
- Write Status Register
- Write NVCR
- Write Bytes
- Erase
Flag Status Register[7] (70h) - Indicates whether one of the following operation is in progress:
- Write Status Register
- Write NVCR
- Write Bytes
- Erase
What is the different between the two ?