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
  • "It's my understanding that the majority of chips that include a JTAG interface also include the on-chip debug functionality, though. Is that generally the case?"
    I think so. But, as you obviously know, it ain't necessarily so...!

    Some chips have JTAG but no on-chip debug (eg, the uPSDs mentioned earlier); some chips have on-chip debug, but no JTAG (they use some other proprietary interface).

Reply
  • "It's my understanding that the majority of chips that include a JTAG interface also include the on-chip debug functionality, though. Is that generally the case?"
    I think so. But, as you obviously know, it ain't necessarily so...!

    Some chips have JTAG but no on-chip debug (eg, the uPSDs mentioned earlier); some chips have on-chip debug, but no JTAG (they use some other proprietary interface).

Children