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

Debugging via USB

Can any 8051-based devices be debugged via the USB interface rather than via the serial port? Alterrnatively, are there any 8051 devices that have a JTAG interface that is supported by Keil?

Parents
  • The SILabs derivatives (f0x-f2x) are wondeful chips that be debugged via the USB interface to a JTAG interface that is supported by Keil and as opposed to the deviates, (most) everything is as we know and love it.

    Watch out for the SILabs deviates (f3x - up) they do, indeed, have a "JTAG inteface" and can be debugged via the USB interface to a JTAG interface that is supported by Keil. They do have a '51 core, but the peripherals will drive you crazy, all peripherals are different from everything you know.
    when working with SILabs deviates, experience is not an advantage, it is a hindrance

    Both derivatives and deviates program and debug via JTAG which is generated by a dongle ($69 if I recall) you drive via USB. The great thing about the SILabs JTAG is that it gives you ICE functionality.

    Erik

    PS do not buy the dongle, pick a devboard, it comes with the dongle and is just a few dollars more.

Reply
  • The SILabs derivatives (f0x-f2x) are wondeful chips that be debugged via the USB interface to a JTAG interface that is supported by Keil and as opposed to the deviates, (most) everything is as we know and love it.

    Watch out for the SILabs deviates (f3x - up) they do, indeed, have a "JTAG inteface" and can be debugged via the USB interface to a JTAG interface that is supported by Keil. They do have a '51 core, but the peripherals will drive you crazy, all peripherals are different from everything you know.
    when working with SILabs deviates, experience is not an advantage, it is a hindrance

    Both derivatives and deviates program and debug via JTAG which is generated by a dongle ($69 if I recall) you drive via USB. The great thing about the SILabs JTAG is that it gives you ICE functionality.

    Erik

    PS do not buy the dongle, pick a devboard, it comes with the dongle and is just a few dollars more.

Children