Forum Discussion
Altera_Forum
Honored Contributor
9 years agoBoot two cores in cyclone V with two different programs or OS?
Hello everyone! I have deal with soc for several month, and i almost scanned all the topics in this forum. We mostly talk about the core# 0. so I am confused that why no topic mentioned about how ...
Altera_Forum
Honored Contributor
9 years agoYou can find all the information about TSKcreate() and all other RTOS services in the user manual.
The manual is downloadable from the website. The package contains strip down version of our SMP multi-core core, and the bare-metal example is simply an application running only 2 tasks. - 2 cores with 2 tasks means each core run one of the 2 tasks, different from the other core. For books, blogs, etc: a quick search on "RTOS tutorial" would be a good starting point.