Part Number: CC3220SF
Is it possible to connect the USB flash drive directly with CC3220? or we need something like CH376S? I just want to read and write a small text file. Is there any library available?
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.
Part Number: CC3220SF
Is it possible to connect the USB flash drive directly with CC3220? or we need something like CH376S? I just want to read and write a small text file. Is there any library available?
Hi,
CC3220 does not support USB host mode or even USB device. You need to use external hardware and manage this by yourself. There is no support for such use case at CC3220 SDK. Implementation is up to you.
CC3220 supports interface for a SD card, which you can use for similar purpose.
Jan