This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

USB Device auto-connect understanding and RTX

Hi All,

I am trying out some demo code from the Keil RTX USB Device Memory example
C:\Keil\ARM\Boards\Keil\MCB1700\RL\USB\Device\RTX\Memory\

My problem is that I cannot get the USB device recognised as there is no USB connect done automatically.

I suspect that there is a mechanism needed for the VBUS pin to create an interrupt which will then cause a task to run for the Power Event to the RTX.

I have configured the pin for VBUS functionality.

Can anyone point me in the correct direction for documentation.

Thanks

Parents
  • It sounds like your board is not enumerating with your windows PC?

    If so, make sure to eliminate any hardware issues.

    - Follow the instructions in abstract.txt, and make sure that on the board

    "Note: set jumper D-, D+ to DEVICE"

    - If you must use a USB hub, use a powered one.

    - Try connecting directly to the USB port on your computer.

    - Try several ports on your computer, and see if any of them work.

    - If not, make sure the board is powered correctly.

    - See if the board shows up as an unknown device in Windows device manager.

Reply
  • It sounds like your board is not enumerating with your windows PC?

    If so, make sure to eliminate any hardware issues.

    - Follow the instructions in abstract.txt, and make sure that on the board

    "Note: set jumper D-, D+ to DEVICE"

    - If you must use a USB hub, use a powered one.

    - Try connecting directly to the USB port on your computer.

    - Try several ports on your computer, and see if any of them work.

    - If not, make sure the board is powered correctly.

    - See if the board shows up as an unknown device in Windows device manager.

Children