• 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...
  • 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....
  • 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....
  • Modify stack dimension in main main application
    I am using an LPC2478 i have a firmware like this: 1) the bootloader hardcoded in the micro does some stuff and jumps to 0x00000000 2) my bootloader at 0x00000000 executes startup.s (where it...