We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I am migrating project from Keil version 5.14 to 5.23. I have below doubts regarding version 5.23: 1. Does 5.23 support task and its functions or it supports only thread ? 2. In version 5.14 there are functions like task_lock , task_unlock which are not available in 5.23. Which similar functions are present in 5.23?
Below are details of components and its variant used in KEIL MDK version 5.23: CMSIS core : 5.0.1 RTOS : 1.0.0 ARM compiler: 1.2.0
Request to reply as early as possible.
Regards, Snehal.
1. Task and thread are just different terms referring to the same. 2. osKernelLock/osKernelUnlock
More information is available here: http://www.keil.com/pack/doc/CMSIS/RTOS2/html/index.html
hi,
Thanks for reply.. Can RTOS2 API be used with mbedTLS library, as library files have cmsis_os.h included in them. and RTOS2 have cmsis_os2.h.
Request to reply...
Should be possible.
RTOS2 provides also a compatibility module for RTOS1 (cmsis_os.h).
Take a look at the migration guide: http://www.keil.com/pack/doc/CMSIS/RTOS2/html/os2Migration.html