CAlex
Contributor
2 years agoCyclone V SoC CPU and thread question
Hi,
On my board(with Linux) I have two CPUs,
so I created the other thread try to make full use of the other CPU use the command pthread_create().
Now I wonder whether the other CPU(let's say CPU1) ha...