2007-06-22 07:09 AM
Did you get the USB developer kit to work for your STR7?
2007-01-23 10:59 PM
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 ]2007-02-07 04:53 AM
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=false2007-06-22 07:09 AM
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