• 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...
  • 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 ================================================================================...
  • Stack checking with CMSIS-RTOS RTX
    So I've run into this before, and wasn't able to figure it out, other than very painful trial-and-error guesswork. I'm using CMSIS-RTOS RTX on Energy Micro EFM32GG devices, and I now have a blown...
  • 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...
  • STACK check
    Hi there, Iam using LPC2368 controller and Keil uVision3 IDe with the GNU compiler. I would like to know regarding the usage of Generate Stack Check Code option under Compiler menu of the Keil IDE....