Forum Discussion
Altera_Forum
Honored Contributor
21 years agolocking the mutex
Hi, Whats wrong with my code?? My system is running with two cpu's. To get started with the different commands I'm just testing with a Hello World app: int main() { ch...
Altera_Forum
Honored Contributor
12 years agoHi,
I also have the same scenario, but when I program and start my first core it works. As I program and start the second core, it freezes the first code. These happen only when i implement the mutex for sharing some common address space between two cores. Otherwise if I run two cores independently, it RUNs. Please suggest.