Wow, thank you lbernstone. this is a great answer.
I don't mind formatting from the PC at all. I was just worried that it was going to lead to corrupted data as maybe the reported size of 1mb and useable size weren't going to match (possibly still stuck at 170k or something due to that variable ...
Search found 4 matches
- Wed Jun 11, 2025 6:43 pm
- Forum: ESP32 Arduino
- Topic: ESP32 S3 USB MSC can't do more than 238kb storage?
- Replies: 4
- Views: 484
- Sun Jun 08, 2025 7:16 pm
- Forum: ESP32 Arduino
- Topic: ESP32 S3 USB MSC can't do more than 238kb storage?
- Replies: 4
- Views: 484
Re: ESP32 S3 USB MSC can't do more than 238kb storage?
Thanks lbernstone!
this is starting to work, however,
I'm confused about this line
static const uint16_t DISC_SECTORS_PER_TABLE = 1; //each table sector can fit 170KB (340 sectors)
if I alter it to account for a larger total disk size than 170kb the default readme.txt file becomes a garbled ...
this is starting to work, however,
I'm confused about this line
static const uint16_t DISC_SECTORS_PER_TABLE = 1; //each table sector can fit 170KB (340 sectors)
if I alter it to account for a larger total disk size than 170kb the default readme.txt file becomes a garbled ...
- Thu Jun 05, 2025 4:12 pm
- Forum: ESP32 Arduino
- Topic: ESP32 S3 USB MSC can't do more than 238kb storage?
- Replies: 4
- Views: 484
ESP32 S3 USB MSC can't do more than 238kb storage?
I'm attempting to do data logging with the internal flash of the esp32 s3 but unsure how to correctly edit the values of the MSC example that can be found here
https://github.com/espressif/arduino-esp32/blob/master/libraries/USB/examples/USBMSC/USBMSC.ino
I'm trying to get this example working ...
https://github.com/espressif/arduino-esp32/blob/master/libraries/USB/examples/USBMSC/USBMSC.ino
I'm trying to get this example working ...
- Sun Apr 27, 2025 4:18 am
- Forum: Hardware
- Topic: Custom esp32 h2 board keeps rebooting.
- Replies: 1
- Views: 139
Custom esp32 h2 board keeps rebooting.
Clearly I've done something wrong but I don't know what...
I've designed a custom esp32 H2 based board for a project and I'm having a ton of issues with it unfortunately.
when plugging it in via usb my windows machine sees it and correctly identifies it as an esp32 board, but it just keeps ...
I've designed a custom esp32 H2 based board for a project and I'm having a ton of issues with it unfortunately.
when plugging it in via usb my windows machine sees it and correctly identifies it as an esp32 board, but it just keeps ...