This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Concerto M3 USB host - USB2 support

Other Parts Discussed in Thread: CONTROLSUITE

I have a well established system based on the concerto device. I have a new requirement to interface to a sensor with a USB2 interface. Can the M3 support this?

  • Hi Andy,

    Yes it should. But, it depends on what your application requires.

    It can support host mode and device mode. It supports full speed. It supports Control Transfers, Interrupt transfers and Bulk Transfers.

    There is a USBlib software stack and there are USB examples in controlSUITE which will aid you in your development.

    Regards,
    sal
  • Sal

    Thanks for the response.

    When plugged into a PC the sensor enumerates as a bulk memory device and as a COM port. I will need to send/receive from the COM port to control the sensor.

    Andy