Altera_Forum
Honored Contributor
13 years agoBest way to configure registers with NIOS?
I'm looking to use NIOS to:
-take an incoming string from the UART which represents a number -use this to number to program 10 different 16bit registers that will feed custom counter-like logic outside the NIOS. I have the UART setup and C code written, but what is the best way to interface my NIOS and the custom logic? Should I use the PIO to setup a Data Address bus to write to each of these registers? Or is there a way to use a bridge to link internal NIOS registers to my custom logic?