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 working with Freertos kernel in ARM cortex microcontrollers. So, I felt Keil complier has a better optimization level comparing others. So i planned to using Freertos with Keil. i installed the Freertos kernal pack in keil. and when i am creating a new project with RTOS, IDE is throwing this error "API is not found. Corresponding pack is missing or not selected". And in description box, It is clearly telling API '::CMSIS.RTOS2:2.1.1(API)' is missing Now how should i proceed. I checked all the sites. there is no clear definition about that API installation. Where can i get the API and fix my issue.
Thank you
As confirmed at: www.keil.com/.../index.html CMSIS-RTOS2 is part of the ARM::CMSIS Pack
HI I solved the issue by updating the CMSIS version into 5.1.0 atuually the freertos needs 5.1.0 version to work properly