Search found 3 matches
- Wed Apr 02, 2025 8:42 am
- Forum: ESP-IDF
- Topic: SD Card (using FAT) file names randomly changing to uppercase with '~1'
- Replies: 6
- Views: 1926
Re: SD Card (using FAT) file names randomly changing to uppercase with '~1'
Hello. Could you please answer these questions?
Which IDF version are you using please? Did this happen on an older version?
What is your usual workflow with the files? Are you repeatably appending to them?
Is your ESP32S3 chip 100% always running or is there a possibility it doesn't have a ...
- Tue Apr 01, 2025 7:21 am
- Forum: ESP-IDF
- Topic: SD Card (using FAT) file names randomly changing to uppercase with '~1'
- Replies: 6
- Views: 1926
Re: SD Card (using FAT) file names randomly changing to uppercase with '~1'
It is DOS convention, 8+3, naming.
Please check menucofig option for long names.
Hi,
I checked, and the "Long filename support" option was already set to "Long filename buffer on stack," so I assume the long filename option is enabled, max length is 255.
As I tested, the file names only changes ...
- Tue Apr 01, 2025 4:19 am
- Forum: ESP-IDF
- Topic: SD Card (using FAT) file names randomly changing to uppercase with '~1'
- Replies: 6
- Views: 1926
SD Card (using FAT) file names randomly changing to uppercase with '~1'
Hello,
I'm currently using an ESP32-S3 to read/write files to an SD card using the FAT file system. I've noticed an issue where most of the file, folders names occasionally get converted to uppercase and appended with "~1".
For example:
- The original file name is "checkpoint-0001".
- After some ...
I'm currently using an ESP32-S3 to read/write files to an SD card using the FAT file system. I've noticed an issue where most of the file, folders names occasionally get converted to uppercase and appended with "~1".
For example:
- The original file name is "checkpoint-0001".
- After some ...