Search found 2 matches

by ADBensi
Tue Dec 06, 2022 8:27 pm
Forum: Sample Code
Topic: esp32 s2 tinyUSB
Replies: 38
Views: 137992

Re: esp32 s2 tinyUSB

Hi! thanks for developing this library. I hope to use it in my project, but I'm faced with 2 problems: 1. In ramdisk example from EspTinyUSB-master\examples\device\msc\ramdisk\: 1.1. I get USB drive with capacity 1 617 408 bytes regardless of BLOCK_COUNT size. 1.2. When I write any file it complete...
by ADBensi
Tue Dec 06, 2022 7:54 pm
Forum: Sample Code
Topic: esp32 s2 tinyUSB
Replies: 38
Views: 137992

Re: esp32 s2 tinyUSB

I think the problem with the test.txt file has nothing to do with your code, but rather how it's just writing several blocks of empty data, since it is just the default test example that came with the SD_test example. Maybe there's some incorrect memory handling in the function. Chances are if I ju...