ESP-S3 MSC
Posted: Fri Jul 07, 2023 2:47 pm
Hello, I'm new with these esp studies. I have an esp-s3 right now. I want to set this device as msc. My problem is that I can't run the example codes. I tried to open and load the example codes of the esp32(I also tried the some library examples like, tinyusb.h, ESPTinyUSB.H etc.) both through the Arduino ide and the esp idf extension in vscode. however, I couldn't compile even the blink code. It keeps saying that it can't find some of the .h files. I tried to solve this problem by pulling the error .h files from the library and adding them myself, but after a while I couldn't find some .hs in the library. Have you encountered such a problem before? how did you solve it?