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

question about the thoery of hardware emulator with keil monitor-51

I meet a question:
I want to make a hardware emulator do to some experiment with mcs-51 microcomputer!But i am not very clear understand the thoery of the emulator!
I use a device with 64k FALSH ROM on-chip.it can well connect with the keil debugger!but i don't know where my application code stores!
thank you for your help first!

Parents
  • "Does the chip have JTAG hardware?"

    Note that JTAG is just the interface; you need both the JTAG interface and the on-chip Debug hardware ro give you the "built-in ICE"

    (Some chips - eg, some uPSDs - have a JTAG interface just for flash-programming but with no on-chip debug)

Reply
  • "Does the chip have JTAG hardware?"

    Note that JTAG is just the interface; you need both the JTAG interface and the on-chip Debug hardware ro give you the "built-in ICE"

    (Some chips - eg, some uPSDs - have a JTAG interface just for flash-programming but with no on-chip debug)

Children