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

STMicro uPSD34XX Debug Pin

Hey all,

I wondered if anyone has any experience with ST's uPSD34XX series of MCU's and debugging them via JTAG through uVision3? The chips have an external debug event pin that can apparently be configured as either an input (to cause a break) or an output (to trigger a scope on a break). ST support hasn't provided much help and I can't seem to find ANYWHERE in the IDE to configure this pin. Does anyone know how this is done?

Best Regards,

Jay Daniel

Parents Reply Children
  • "they actively prevent you from implementing your own support"
    All the break registers must be written whenever a breakpoint changes. Since not all debug event registers can handle all conditions (ranges, access breaks), uVision must assign the breakpoints to the debug event registers every time. As long as we don't have a dialog where uPSD specific debug events can be defined, it is impossible for uVision to not overwrite other break registers which might have been programmed by the user.
    We have not yet decided whether we will extend this driver in this respect.

  • Hans,

    Obviously, you'd have my vote to go forward with implementing a uPSD-specific dialog to control the functions of this pin. It would allow for some great flexibility in debugging and hardware design. I'm personally a big fan of this series of 8051-derivatives and would like to see Keil fully support all they've got to offer.

    -Jay Daniel