Altera_Forum
Honored Contributor
15 years agoTrouble with creating multiprocessor Nios II system with shared memory
Hello,
I have created a multiprocessor Nios II system with two cpus sharing on-chip memory . The cpu1 runs a TCP/IP stack(controlled by ucosII) and accept commands from cpu2 I am using the Altera DE2 board, Quartus II 7.0 and Nios II IDE 7.0. But only the cpu1 can run successfully when run the project on nios II hardware, and informed as follow: "another application is using the target processor (or is using the jtag cable in a way which conflicts with our request to use the target processor). please close down that application and try again" how can I deal with the problem? Thanks!