| Author | beginning argument ( Replies received: 2 ) |
| tomer1071 |
Posted 29-03-2007 at 11:35   |

Registered on : 03-29-2007
From Israel
Messages : 2
OFF-Line
|
hi all,
I'm new to working with USB on the ST Platform.
when trying to run the "Joystick Mouse" example on STR711 Eval Board
I get stuck on function [Joystick_init] -
<< while (pInformation->Current_Configuration == 0) NOP_Process(); >>
seems like it's because I don't enter the interrupts code of the usb
USBLP_IRQHandler , USBHP_IRQHandler
any ideas ?
does the example need modification or it should work on STR711
|
|
|
Profile
Quote
|
| tomer1071 |
Posted 29-03-2007 at 15:06   |

Registered on : 03-29-2007
From Israel
Messages : 2
OFF-Line
|
|
Profile
Quote
|
| lnt |
Posted 23-07-2008 at 16:48   |

Registered on : 09-03-2007
From Italy
Messages : 11
OFF-Line
|
Which compiler are you using ??
If you are using an ARM assembler compiler the
interrupts as set in the example with never work
and you need to redefine their call
|
|
|
Profile
Quote
|