Part Number: DK-TM4C123G
Hi there, please forgive me as I am relatively new to TI development and my background is primarily mechanical.
I have been trying to run the qs-logger example and save data to a usb mass storage device but currently I am getting a g_iState value indicating no device is attached.
I am especially confused because I was able to successfully run the "usb_stick_update" example and load the "usb_stick_demo" .bin file from the same USB drive. I had initially thought it was some type of USB driver issue but because the other demo worked I am not sure.
Some things to note include:
- I was able to successfully download the Data Logger Serial Port driver but it took significant work, maybe some type of USB recognizing driver was missed?
- The power select jumper is in the ICDI position, as from my understanding the the DK-TM4C is acting as a host.
- I have the device driver libraries correctly attached to the best of my understanding, and I have downloaded the most recent update of Tivaware/drivers from the ti site.
- I tried a different USB stick to no avail, I also reformatted USB to FAT32 and FAT
I have looked through all the data sheets and I genuinely don't know what I am missing for this. I am getting frustrated because I am just trying to understand the example and can't get it to work.