Problem with DT_HID (maybe!)


Results 1 to 9 of 9

Threaded View

  1. #5
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default Re: Problem with DT_HID (maybe!)

    If you've set that to low priority, then the high priority interrupts will interrupt that routine and service the USB in the middle of a USBSERVICE statement.
    That will knock out the USB in short order.

    When you are servicing USB via interrupts, you cannot have a USBSERVICE statement anywhere else in your program.
    Only in the USB_INT or other high priority handlers that can't be interrupted.
    Last edited by Darrel Taylor; - 11th August 2011 at 05:51.
    DT

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts