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
  • I doubt this is an SFR bit considering it determines the source of opcode fetches. If it were, you'd be changing your code source on the fly which might be a bit tricky to manage.

    If this is not an SFR bit, then perhaps its something you set with an option in a device programmer?

Reply
  • I doubt this is an SFR bit considering it determines the source of opcode fetches. If it were, you'd be changing your code source on the fly which might be a bit tricky to manage.

    If this is not an SFR bit, then perhaps its something you set with an option in a device programmer?

Children