• STM32L0 and CMSIS RTX5 RTOS2
    Using MDK V5.22. Set up a base STM32L0 project. Compiled and worked ok. Now wanted to add CMSIS RTOS2 RTX5. Used "Manage Run-Time Environment" to add "RTOS2 (API)" via its checkbox. Then added...
  • LPC1788 Ethernet with CMSIS RTOS2 RTX5 not working
    I am using LPC1788 conrtex M3 microcontroller and trying to configure its e ETHERNET port by using CMSIS RTOS2 RTX5. I am able to run other drivers like UART , TIMERS , and GPIO's using RTOS2 RTX5. But...
  • rtos2
    ..continued.. /******************************************************************************/ /* Task 2 'clock' */ /******************************************************************************...
  • CMSIS RTOS2 API is missing
    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...
  • RTOS2 priority grouping
    Hello, I have adapted my last project to the new RTOS2 RTX. It works fine but I think I found a bug : 'SVC_Initialize' function in 'rtx_kernel.c' uses the priority grouping configuration but priority...