Hello All,
I did a forum search on this - if it was there i missed it - any plans to have a USB 3.0 peripheral anytime soon?
If there is a thread - please just point me to it.
Thanks!
John
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.
Hello All,
I did a forum search on this - if it was there i missed it - any plans to have a USB 3.0 peripheral anytime soon?
If there is a thread - please just point me to it.
Thanks!
John
Maybe this will help:
http://low-powerdesign.com/donovansbrain/2011/03/01/power-management-in-usb-3-0/
Msp430 processing power is insufficient to handle even USB 2.0 data speeds. What's the point of asking for USB 3.0? Power management? - USB2.0 provides 2.5W - few orders of magnitude needed for fastest msp430 available. You shall check power consumption of USB 3.0 controllers before asking such for ultra low power microcontroller :)
USB is a set of extremely complex protocols.
If you want two processors to communicate with each other, just use something simple, like SPI.
Dragon Jam said:USB 3.0 supports full duplex communication. If two processors wish to bi-directionally communicate asynchronously, then full duplex communications is a definite advantage.
UART is asynchronous and bidirectional. SPI is bidirectional, thou synchronous (which for small, closed systems is rather advantage).
USB hardware module on MSP430 can go up to 1 MByte/s. Of course, exchanging frequently only few bytes between host and device will be slow. USB is not designed for this.
http://forum.43oh.com/topic/2775-msp430-usb-benchmark/
And MSP430 USB stack can be very lite.
http://forum.43oh.com/topic/3931-native-usb-port-on-lm4f120-board/?p=37130
**Attention** This is a public forum