• 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...
  • 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...
  • can't figure out how to compile, link my program for my lpc1768 board
    I'm reading OReilly embedded programming book. After reaching 2.7. Initialize the Hardware i have problem understanding things. i didn't understand some part about 2.7. and locating and linking. i was...
  • can't figure out how to compile, link my program for my lpc1768 board
    I'm reading OReilly embedded programming book. After reaching 2.7. Initialize the Hardware i have problem understanding things. i didn't understand some part about 2.7. and locating and linking. i was...
  • 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...