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

AT89C51ED2: Selecting external vs internal flash

I would like to set a (fuse?) bit to select the external Flash/PEROM as program memory instead of default Flash internal to the AT89C51. Is the BLJB bit the one I want to set? How do I set it?

Parents
  • Ah yes, as the Data Sheet clearly states:

    "Hardware register can only be accessed through the parallel programming modes which are handled by the parallel programmer."

    and,

    "The only hardware register of the AT89C51RD2/ED2 is called Hardware Byte or Hardware Security Byte (HSB)."

    The BLJB bit is in the Hardware Security Byte; ergo, you must use a programer option to set it.

    Is that not clear?

Reply
  • Ah yes, as the Data Sheet clearly states:

    "Hardware register can only be accessed through the parallel programming modes which are handled by the parallel programmer."

    and,

    "The only hardware register of the AT89C51RD2/ED2 is called Hardware Byte or Hardware Security Byte (HSB)."

    The BLJB bit is in the Hardware Security Byte; ergo, you must use a programer option to set it.

    Is that not clear?

Children