This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

8051 - external address more than 16 bit in C

Is it possible to write a code in C which can be directly used to address more than 16bit for 8051
compiler - uVison2

Parents Reply Children
  • "For most architectures, you'll have to customize an assembler file that tells the compiler how to find the upper bits of your address bus."

    If you're lucky, the manufacturer may be able to supply a suitable file, or Keil may have one "ready-rubbed" - do check before re-inventing the wheel!