Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to cmsis-os on keil #48

Open
xtihc2013 opened this issue Jan 22, 2025 · 1 comment
Open

Port to cmsis-os on keil #48

xtihc2013 opened this issue Jan 22, 2025 · 1 comment

Comments

@xtihc2013
Copy link

How to port QPC to run in CMSIS-OS on Keil

@quantum-leaps
Copy link
Contributor

Thank you for your interest in QP/C.
Currently, there are no official QP/C ports to KEIL CMIS-OS, so if you must use this particular RTOS, you would have to port yourself. For this, you might look at the existing official QP ports to 3rd-party RTOS:

https://www.state-machine.com/qpc/ports_rtos.html

The tricky parts are to apply the same critical section mechanism in QP as in the RTOS, and to correctly adapt the RTOS message queue for Active Objects in QP.

--MMS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants