• 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 ================================================================================...
  • RTX stack overflow check problem
    I've now spent a lot of time debugging a problem/issue with the built-in stack overflow check in the RTX OS. In my project I have a task that receives input from a UART (LPC 2368). The chacacters...
  • OVERFLOW
    HI Can anyone tell me that unsigned char time; ..... void interrupt_timer ( void ) interrupt 1 { time++; } The unsigned char is of 1 byte and has maximum value of 255. So what will happen...
  • How check memory usage?
    Hi, I'm new to this compiler. My application behaves strange using a AT89C51CC03. I would like to have some tips on how to check if data or xdata usage is not exceeding processor memory. I checked...