Forum Discussion
Altera_Forum
Honored Contributor
14 years agoAs long as the two cores aren't trying to access the uart simultaneously and you don't use interrupts it should work. You should use a mutex between the two cores and use a driver that does polling instead of waiting for an interrupt.