2012-03-18 05:37 PM
Hello;
I'm working on USB Joystick demo. It cant' run to this USB interruption, I mean when I set a breakpoint it does not work. void USB_LP_IRQHandler(void) { USB_Istr(); } I have some questions, I'm new be in USB, and I need your help 1/ Which Step to follow when Enumerations fails, I need to khnow the steps for debugging. 2/ In this case How can I run interruption ? Big Thanks g@fsos #breakpoint #usb_istr()2012-03-19 05:33 AM
Hi,
Normally the breakpoint shall be hit. Pls check that debugger selected is not ''simulator'' Which is the debugger you are using ?2012-03-19 05:33 AM
Hi,
Normally the breakpoint shall be hit. Pls check that debugger selected is not ''simulator'' Which is the debugger you are using ?2012-03-19 11:35 AM
Thanks For your reply;
I'm using IAR and Jlink Thanks