Forum Discussion
Altera_Forum
Honored Contributor
9 years agoI don't quite understand what you're trying to do here. You're doing read-only on the flash (FL_WE_N <= 1) and you're sending data from GPIO_0 to FL_DQ, which won't do anything because you're doing read-only.
Also, why is GPIO_0 bidirectional? If you're trying to send something out of GPIO_0, GPIO_0 must be on the left hand side of an assignment somewhere.