• Understanding Output Listings
    I am working on a project with an 8k code space limit (Only using the internal flash of the analog devices ADuC824). I have had some success decreasing the code size by eliminating library routines...
  • Understand The 8051's Capabilities and C51 Assembly Output.
    One of THE worst things you can do in C51 code is to haphazardly use integers where unsigned chars (bytes) will suffice. Particularly when indexing arrays. While this may seem obvious to some, in my...
  • Understanding defect fixes listed in Compiler Release Notes
    I see that the lists of corrections / known defects in the release notes of each new compiler revision are tagged with a unique identifier (ex. SDCOMP-15294). Is it possible to find further information...
  • Understand OS_ERR_FIFO_OVF ?
    Hi, sometimes my program crashes and I do not know why. I have a error "OS_ERR_FIFO_OVF". I read the information Keil : http://www.keil.com/support/docs/3604.htm and http://www.keil.com/support...
  • Understanding of startup
    Hello every one, I am new to Cortex m3. I want to understand startup code for this controller. Can I get good link ?? ex: LPC1343.s