Skip to main content
Visitor II
June 22, 2007
Question

Did you get the USB developer kit to work for your STR7?

  • June 22, 2007
  • 3 replies
  • 860 views
Posted on June 22, 2007 at 16:09

Did you get the USB developer kit to work for your STR7?

    This topic has been closed for replies.

    3 replies

    tamir2Author
    Visitor II
    January 24, 2007
    Posted on January 24, 2007 at 07:59

    Hi all,

    I downloaded the samples provided by ST and placed them in a microvision project using Keil's compiler. They don't work! I receive a reset from the bus and no more. Did you manage to get them working?

    thanks

    [ This message was edited by: tamirmichael on 24-01-2007 13:08 ]

    Visitor II
    February 7, 2007
    Posted on February 07, 2007 at 13:53

    Hi tamirmichael,

    Could you try the attached project???

    I have port the Mass storage demo on keil tool chain... this project could be used to guide you in all other demos...

    Note: All the USB demos are based on interrupt mode (due to build on USB IP based on interrupt and not on polling model), so to port the demos on keil tool you have to enable the EIC interrupt handlers in the file ''STR71x.s'' like following:

    ;////////////////////////////

    EIC_SETUP EQU 1

    ;///////////////////////////

    Don’t forget also to add the ''DAbt.s'', ''IRQ.s'', ''FIQ.s'', ''PAbt.s'', ''SWI.s'' and the ''Undef.s'' files to your project...

    With Best Regards

    AnisAS:-)

    ________________

    Attachments :

    MSD-test.zip : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006HtCm&d=%2Fa%2F0X0000000aKH%2FyCFL9gb0ImOlhgx5B_EPU5CDNd6DrHnsGQNscjD_yH0&asPdf=false
    Visitor II
    June 22, 2007
    Posted on June 22, 2007 at 16:09

    Hi,

    Do you have Mass storage demo on keil tool chain for STR912 ?

    Or anyone can show me how to port the demo to keil uvison 3.

    Thank you,

    John