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

Philips 89c51rd+

I am using the Philips 89c51rd+ and an Xeltek SuperPro III. I am looking for a way to embed the Status Byte and Boot Vector in my C source code. The programmer looks for these bytes at address 0x10000 and 0x10001.

Parents
  • There's a problem, 0x10000 exceeds the max. address that the 8051 can handle (0 - 0xFFFF) so I'm doubtful that the Keil tools can help you here. I'm using this part too and I have no problem programming it with my Needhams' EMP-20.

    - Mark

Reply
  • There's a problem, 0x10000 exceeds the max. address that the 8051 can handle (0 - 0xFFFF) so I'm doubtful that the Keil tools can help you here. I'm using this part too and I have no problem programming it with my Needhams' EMP-20.

    - Mark

Children