Forum Discussion
How to use duel core of cyclone V soc HPS by baremetal
- 3 years ago
Hi CAlex,
According to ARM documentation shown in the link below:
The ARM C libraries supply no thread management functions of their own so you must supply any that are required.
The ARM C libraries supply no thread-switching mechanisms of their own. This is because there are many different ways to do this and the libraries are designed to work with all of them.
I think is better to work with linux unless you know what to consider in order to setup the environment properly for multithreading.
Thanks.
Regards,
Aik Eu
Hi CAlex,
According to ARM documentation shown in the link below:
The ARM C libraries supply no thread management functions of their own so you must supply any that are required.
The ARM C libraries supply no thread-switching mechanisms of their own. This is because there are many different ways to do this and the libraries are designed to work with all of them.
I think is better to work with linux unless you know what to consider in order to setup the environment properly for multithreading.
Thanks.
Regards,
Aik Eu