Forum Discussion
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.