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 USB on MCBSTM32E

I am trying to use the JTAG ulink debugger to catch issues in communication in our USB driver on a MCBSTM32E board. The board is powered off the USB and if I run my code without the JTAG attached I can tell by my USB tester app that I have communication going on. When I hook up the JTAG and run the debugger I only hit my USB callback functions during the USB init.

I have the VUSB jumper set to GND and have tried many combinations of resets and reconnections of cables but I can't get the USB peripheral to behave normally when the JTAG debugger is running and power is being supplied over USB.

Am I out of luck?

Parents
  • Andrew;
    There are others more able to answer you post but let me ramble about what I have frequently observed.
    Running just about any USB target powered with the USB host and debugging with the uLink has caused me a great number of problems. Almost always, I have resolved this by inserting a self powered USB hub between the host and the target.
    Bradford

Reply
  • Andrew;
    There are others more able to answer you post but let me ramble about what I have frequently observed.
    Running just about any USB target powered with the USB host and debugging with the uLink has caused me a great number of problems. Almost always, I have resolved this by inserting a self powered USB hub between the host and the target.
    Bradford

Children