Tool/software: Code Composer Studio
Hello
this is my first time to deal with FATFS & data logger applications so I have imported the qs-logger - Data logger Quickstart application for EK-LM4F232 to the CCS and tried to understand how the application works,
in the USB module files, the application has initialized the USB hardware but when the application works with f_open, f_write i don't see the code that deal with USB hardware, only in he comments it mention that the entire buffer will be written to the USB stick file.
So i want to know how the USB hardware is being called to write to usb stick.
BR
Hani