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
  • to address more than 16bit

    Which memory space ? Code memory ? xdata memory ?

    The Professional version (PK51) can address more than 64 kB xdata memory.

    I'm not sure if there are any '51 derivatives that have more than 64 kB of unpaged code memory.

Reply
  • to address more than 16bit

    Which memory space ? Code memory ? xdata memory ?

    The Professional version (PK51) can address more than 64 kB xdata memory.

    I'm not sure if there are any '51 derivatives that have more than 64 kB of unpaged code memory.

Children