NRugg
Occasional Contributor
5 years agoNIOS II - Hanging on ECPQ / SPI initialization
So in our system we've recently added an EPCS/EPCQ flash controller IP. We've regenerated the BSP, it has all the fancy new files, and we're building in NIOS land. However, when the NIOS application...
- 5 years ago
Thanks for your time, but I was actually able to find the solution to this recently.
As it turns out, the issue was entirely configuration related. We added the EPCQ IP to the build, but forgot to actually flash the chip with the new fabric image. So we were trying to access EPCQ registers but the fabric image didn't know how to handle it.
So if you see this issue, make sure you have the latest and greatest fabric flashed onto your device! This was entirely the source if my issue.