• Keil RTX V4.82; Cortex-M0+, osDelay() not working
    Hi, want to use RTX V4.82 on STM32G071 Nucleo board. Two threads running, one thread calls osDelay(250)... and goes into os_error(). This because in cmsis_os.h there is osFeature_Wait defined as "0"....
  • Keil RTX V4.82; Cortex-M0+, osDelay() not working
    Hi, want to use RTX V4.82 on STM32G071 Nucleo board. Two threads running, one thread calls osDelay(250)... and goes into os_error(). This because in cmsis_os.h there is osFeature_Wait defined as "0"....
  • [LM3S CORTEX-M3] how do i set irq handler with keil rtx
    I have problem in using isr_evt_set interrup handler sent event to task with isr_evt_set but task did not receive event or consumed much time LM3S Luminary chip has NVIC and I didnt enable interrupt...
  • [LM3S CORTEX-M3] how do i set irq handler with keil rtx
    I have problem in using isr_evt_set interrup handler sent event to task with isr_evt_set but task did not receive event or consumed much time LM3S Luminary chip has NVIC and I didnt enable interrupt...
  • Keil RTX based bootloader launching Keil RTX based FW
    Hello. I inherited a project that is running on a TI TM4C1230H6PM microcontroller and I've run into a bit of a snag. We have a bootloader running Keil RTX that starts at address 0x0000 which ultimately...