Forum Discussion
How to use duel core of cyclone V soc HPS by baremetal
Hi,
like the topic said, any example,guide,instruction,idea is welcomed.
Reguards.
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
4 Replies
- CAlex
Contributor
Hi,
so the only way to use duel core on cycloneVsoc is to use Linux?
Reguards.
- aikeu
Regular Contributor
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