Forum Discussion
Altera_Forum
Honored Contributor
12 years agoC code freezes/Pauses while execution
I have a C application in which I have two adjacent print statements. But only the top one is printed and not the second one. What could be reason. My C code is quiet bigger and complex in size. I...
Altera_Forum
Honored Contributor
12 years agoHello,
I implemented the whole application on single core and it works fine. But when I just add one more core, I start facing the issues mentioned above. Code starts behaving weird. And I observed that, when my slave core(which i added later) is done with its operation/execution, the main core freezes. As per my app, slave core returns some values and master should continue its operation on returned values. I added print statements to debug, but the master stops printing once slave is done with its execution. Please suggest. Having hard time with this.