• os_idle_demon Underflow on LPC3250
    I am developing with uVision 4.0 for LPC3250 target on Windows XP. The platform is the Phycore phy3250 board. I have compiled and successfully executed code from Keil's RTX_Blinky example and Phycore...
  • RTX_Config.h exclamation mark after CMSIS 5.2.0 upgrade
    Hello, Can anyone help me, why do I have an exclamation mark in the icon for RTX_Config.h in uVision project window? I appeared after upgrading to CMSIS 5.2.0, didnt have it in 5.1.0. Am I missing...
  • Is there an atomic 'CPSIE i ; WFI' ?
    Greetings. We want to sleep if there is nothing to do. Most of the work is handled by a task queue that may be revised by an interrupt handler. The race we'd like to avoid is 1) Disable IRQs...
  • #error directive: New RTX-V2 core does not require RTX_Config.h
    My project makes use of the RTX5 RTOS and works successfully on uvision 24.0. I have since updated to version 25.2. When opening my project I was told the RTOS depended on legacy files, which I then...
  • error: New RTX-V2 core does not require RTX_Config.h
    I'm trying to compile my program but I get this error message at then end of the compilation C:\Programme\Keil\ARM\RV31\INC\RTX_Config.h(18): error: #35: #error directive: New RTX-V2 core does not...