• Problem with Keil RTX Overflow checking
    Deal all, I have a problem with stack overflow checking on Cortex-M3 (LPC1768 from NXP) using RL-ARM as below ================================================================================...
  • Problem with Keil RTX Overflow checking
    Deal all, I have a problem with stack overflow checking on Cortex-M3 (LPC1768 from NXP) using RL-ARM as below ================================================================================...
  • Checking for stack overflow
    Hi, I wonder what mechanism I can use to check a stack overflow. My company develops systems that should shut down if anything uncontrollable occurs. We are using the STM32F103 micro controller and...
  • Checking for stack overflow
    Hi, I wonder what mechanism I can use to check a stack overflow. My company develops systems that should shut down if anything uncontrollable occurs. We are using the STM32F103 micro controller and...
  • CMSIS-RTOS RTX problem with stack overflow
    I have a weird problem with my CMSIS-RTOS RTX application. Application consists of 3 threads with user-provided stacks. osThreadDef(USBRead, osPriorityHigh, 1, 300); osThreadDef(DCMotorDrive, osPriorityAboveNormal...