Hi:
I have a problem about Multi processor in niosII,I use Quartus II Version 8.1,my connections in SOPC Builder is as follows: does anyone know what mistakes I made? Thank you链接已复制
5 回复数
I don't see anything in your SOPC system that would explain this... Check that your two PIO are indeed connected to the correct LEDs, that the two CPUs are using different parts of the memory for their software, and that you are downloading the code to the correct CPU.
for cpu_1:
Reset Vector: Memory sdram_0 offset 0x0 Exception Vector: Memory sdram_0 offset 0x20 for cpu_2: Reset Vector: Memory sdram_0 offset 0x100000 Exception Vector: Memory sdram_0 offset 0x100020 in addtions,should the jtag_uart connect to cpu_1 or cpu_2? Thank you!It looks ok.
You can only connect the jtag uart to one CPU AFAIK. You can choose anyone you like, but of course the other one will not be able to write anything to the console. If you have a serial interface, you could connect a UART to the second cpu, and that way have a console access on both CPUs.