• Writing a Stack Underflow with the C51 compiler
    I am attempting to do something that seemed simple, but it is turning into a mess. I want to write a stack underflow monitor in main that both checks the stack pointer to insure it is at the bottom,...
  • os_idle_demon Underflow on LPC3250
    I am developing with uVision 4.0 for LPC3250 target on Windows XP. The platform is the Phycore phy3250 board. I have compiled and successfully executed code from Keil's RTX_Blinky example and Phycore...
  • E 323: section boundary (length) overflow (underflow)
    Hi, I have a very big const array. When i am trying to compile I get the following error: E 323: section boundary (length) overflow (underflow) Can anybody tell me what is happening?
  • Stack
    Hi All, I have this following example program, Here in this code when I simulate,The stack gets initialised to 0x69. PROG SEGMENT CODE CONST SEGMENT CODE VAR1 SEGMENT DATA BITVAR SEGMENT BIT STACK...
  • stack
    I am writing a code in embedded C.I would like to know how much should be my stack? How to calculate it?.