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.

msp430x4xx+uart+usb stick

hi everyone;

I have  4 ADC datas and i can see these datas on my computer with using terminal program by using UART connection. i want to write these datas to usb stick, is there any way?  

  • Not really. The 4x family has no USB controller, and the USB controllers on some the 5x family devices cannot be hosts to an USB stick.
    I've once heard about a software USB host code (using I/O pins).
    However, it is no problem writing to an SD card using the SPI hardware of the MSP. Many threads in this forum discuss this. For the file system, there is one available for the MSP for FAT formatted cards. Please use the forum search.

**Attention** This is a public forum