Altera_Forum
Honored Contributor
14 years agosame printf routine for two different cores
Hey, I'm a student from University of Waterloo working on thread migration and stuff. I was just wondering if there's a way to have the same printf routine in assembly for two different cores. In a more simpler way, write a hello world program for a core and burn the elf file that it generates on to the other core and make it run.
I would like to know if it can work provided the addresses to the jtag uarts from both the nios cores are the same.. I hope it makes sense.