Forum Discussion
Altera_Forum
Honored Contributor
20 years agoApplication freezes using Posix thread
I have a medium-sized project that creates threads. Really weird problem is, after the pthread_create(), the console freezes. I dont know what the problem is. I tried commenting everything out,...
Altera_Forum
Honored Contributor
20 years agoAlso, to note: if the project doesn't call pthread_create(), the project runs fine. I wanted to use thread to handle external events (interrupts, DMA in the background, etc)