Forum Discussion
Altera_Forum
Honored Contributor
10 years agoCustom component for stdout
Hi, I believe the answer to this question must be pretty straight forward. I just don't get it... I try to use my own Uart component as stdout, stdin and stderr device for my Nios 2 SOPC. ...
Altera_Forum
Honored Contributor
10 years agoHi,
the address defined in SOPC builder was quiet high in the first place. It was just the same as the before used UART. Since it said "out of range" I rearranged the address to a lower one right after the reset vector. Didn't help...... Currently, I'm using the FIFOed UART from the Altera WIKI. It worked immediately by using the same address and name. I think, I stuck with this one for now, since it is working (although already found a bug in the FIFO depth definition, but was able to solve it for now). Really, I don't know, where all those error messages come from and how to determine a solution for them..... Regards, Maik