• cannot figure out this link warning
    I am using 5.20 if it matters I have a function that is indirectly called from an array of functions. This function is contained in its own module. When I link, I get the following warning: WARNING...
  • anyone figured this one out
    in a mixed environment I have a common .h which inlude things like #ifdef CCODE struct RALPH #endif so far so good. now this, which, of course does not work: #ifdef CCODE struct RALPH #endif...
  • Interrupt vector issues ( cant figure it out!)
    Hello, I am having issues implementing the ISR routine on the CORTEX-M3, this exact setup works when I use it with RTX but not as standalone code. When I compile it says cancpp.axf: Error: L6218E: Undefined...
  • About embedded web server Technology
    Am new to this field can any body help me in writing code for embedded web server by using LPC1768(Keil Software). i.e am try to read the data or values from web page to the micro controller,based upon...
  • How to add epilog and prolog in ARM compiler compiled code ?
    g++  provides an option  -pg   which allows to write epilg and prolog for functions Does gcc does not have  such  an option?