Forum Discussion
YuanLi_S_Intel
Regular Contributor
5 years agoHi,
I think you may want to poll the command to keep on reading flag status register until the busy is over. Executing 1 time might not be sufficient.
- Zak5 years ago
New Contributor
Hi,
yes that's what I'm doing, as I said in my first message. That's software polling.
However the GSFI peripheral has the ability to perform hardware polling. The peripheral itself can automatically poll a specified flash register in order to automatically check if the write process is done.
That's what is not working in my design.
I'd like to know how to configure it in order to do hardware polling, since I followed the user guide and the example but It doesn't work in the intended way.