Forum Discussion
Altera_Forum
Honored Contributor
13 years agoIt sounds to me like the two processors are sharing instruction or data memory. If you have initialised any static variables then they'll be in the read/write data section and will be written as the program runs.
It's possible that the program on the first CPU is blocked waiting for a host to connect to the JTAG UART. Check that your read/write and BSS sections are in separate memories or at different addresses