Forum Discussion
Altera_Forum
Honored Contributor
14 years agohow to use external signal on nios2 in software
I have add a pin namely “enb” on nios processor as display in attached print-screen, every time this pin got high pulse. my IORD_..function read this pulse and start doing my further job. ...
Altera_Forum
Honored Contributor
14 years agoWhat's driving the pin? Did you assign enb to any pins?
If the signal is coming from an external interface (eg a GPIO) you need to assign enb as an "input" and assign it to the corresponding pin in assignment editor.