USB configuration
Hi, I need to use USB in 2 modes:
1. See SD card files interfaced to controller through computer via USB
2. Transfer SD card files to "data storage device (USB stick)" via USB
Any examples for same? Display menu should handle above operations.
Since the implementation is new to me what middleware's are needed?
a. FATFS: SD card
b. FATFS: USB Disk
c. FreeRTOS: is CMSIS needed with FreeRTOS
What USB be configured to:
i. OTG/ dual
ii. Host
iii. Device
Please check and guide.
