cancel
Showing results for 
Search instead for 
Did you mean: 

Looking for USB-example for Eval-Board

info80
Associate II
Posted on September 06, 2005 at 17:55

Looking for USB-example for Eval-Board

2 REPLIES 2
info80
Associate II
Posted on September 06, 2005 at 05:50

Has anywhere a good USB-example for the Evaluation-Board ''Hitex STR7'' what is the same as '' Keil MCBSTR7''. This board only use intern memory.

Thanks for goopd ideas.

nopti_albe
Associate II
Posted on September 06, 2005 at 17:55

Zouth gave me an example that runs from the internal flash. But you can change the configuration and make it work from internal ram, there is enough space. Keil should come with an example for str711. You need to change just a few compilaton settings like the bigger size of internal ram. If you are able to run a program from flash to send a few characters to uart you will be able to make the USB run too. It's not a big deal if you have a little experience. About the usb you should check the status on D+ and D- pins... but that only after you compile the usb mouse demo, it runs, it shows the right things in hyper terminal and the pc says ''unknown device''. If that happens then you have to make sure it's not that USBUF01W6 to blame. But that only after you are confident your program works. I must remind you that usb is pretty complicated stuff... if you can't toggle a led you'd better learn how to ''play'' with uart first.