Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
So you are using 16bit Flash, right?
The address from sopc builder is BYTE ADDRESS, and the address of you flash chip is WORD ADDRESS. Simply throw the A0 from your nios module away, connect them like this: Your Nios Module Flash Chip A1 A0 A2 A1 ... ... A22 A21 - Altera_Forum
Honored Contributor
Thank you very much!!!