Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI found the problem. While I wasn't using the flash explicitly, the software project still contains the driver which was accessing the device. It locked up waiting for the controller to release the bus which wasn't happening. I removed the waitrequest pin from the external interface and it cleared my problem.