• RTX os_error() and event overflow recovery
    In the event that os_error() is called by RTX, how can one recover from this? For example if there is an event queue overflow (OS_ERR_FIFO_OVF) it would be useful to flush the queue in the error...
  • RTX os_error() and event overflow recovery
    In the event that os_error() is called by RTX, how can one recover from this? For example if there is an event queue overflow (OS_ERR_FIFO_OVF) it would be useful to flush the queue in the error...
  • fopen leads to os_error
    Hi everybody, I work on an Project which based on a LPC1758 with RTX (use µVision v4.60). During os_sys_init i initialize the filesystem with finit (work with SD-Card on SPI). After that I open two...
  • fopen leads to os_error
    Hi everybody, I work on an Project which based on a LPC1758 with RTX (use µVision v4.60). During os_sys_init i initialize the filesystem with finit (work with SD-Card on SPI). After that I open two...
  • ARM: os_error & Clock Security System CSS on LSE
    void os_error(uint32_t error_code) OS_ERROR_TIMER_OVF we are using STM32L152ZE. We have enable CSS feature on LSE 32Khz. Once a failure is detected on LSE an os_error occurs with error code...