Hi I want to start studying CMSIS-RTOS but I couldn't find any user manual for it. there is some user manual for keil-RTX. what is difference between CMSIS-RTOS and keil-RTX? I read in a document that RTX is provided by ARM as the reference implementation for CMSIS-RTOS compliant RTOS implementations. Can I start to study keil-RTX user manual as CMSIS-RTOS reference. thanks
Hello Sahand,
you'll find the CMSIS-RTOS manual here: http://www.keil.com/pack/doc/CMSIS/RTOS/html/index.html and the Keil RTX specific manual here: http://www.keil.com/pack/doc/cmsis_rtx/index.html. I would also recommend to check-out the RTOS examples that are part of the software packs that bring device support.
Kind regards,
Christopher
thank you for fast answer.but the second link( http://www.keil.com/pack/doc/cmsis_rtx/index.html)doesn't work properly. I want to use lpc1768, where can I find it's RTOS examples? I have downloaded it's Pack but there isn't any example folder. thank you again.
you are welcome! What do you mean by doesn't work properly? Can you access the page or not?
If you have installed the Keil::LPC1700_DFP, open Pack Installer, click on the Devices tab (right), expand NXP and click on LPC1700 Series. Click on the Examples tab (left). There you will see the "CMSIS-RTOS Blinky (MCB1700)" example project. This is based on Keil RTX.
I can't see the page.I see HTTP Error 404 Missing or Invalid Page Message. Is there any other example of CMSIS-RTOS in keil site or other sources?