Skip to main content
k_hraj
Associate
August 23, 2011
Question

USB stick access using STM32F205ZC

  • August 23, 2011
  • 3 replies
  • 857 views
Posted on August 23, 2011 at 13:41

I want to access USB stick using STM32F205ZC. Whether keilV4.20 and st-link debugger will support debugging for OTG or not any suggestions please.

    This topic has been closed for replies.

    3 replies

    Tesla DeLorean
    Guru
    August 23, 2011
    Posted on August 23, 2011 at 15:58

    Depends on what debugging you expect it to be able to do.

    If it is timing sensitive, then a debugger pod stepping or breakpointing is too invasive. Suggest you attach a serial terminal, and output controllable levels of debug/telemetry data.

    Have a U-Link or J-Link to hand in case the ST-LINK doesn't cut it. Frankly I've found the ST-LINK's to be more than adequate, but then I'm not constantly single-stepping my own code to figure out how it works. YMMV

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    k_hraj
    k_hrajAuthor
    Associate
    August 24, 2011
    Posted on August 24, 2011 at 06:00

    Thanks for your valuable information and suggestions!

    k_hraj
    k_hrajAuthor
    Associate
    August 25, 2011
    Posted on August 25, 2011 at 10:37

    Is it preferable to consider

     STM32F105VC or 

     

     STM32F107VC (OTG) for 

    USB stick access?

     

    (are there are any limitations or problems we may get if I use these ICs)