Tool/software:
Good morning,
I am making a code on the TMS320F28388D using the SD-SPI to write to a microSD. For this, I am using the ff.h library. The problem I have found is that I can't name files with lowercase letters. I would like to know how to fix it. I think it has to do with the file part of ff.c when using the #define IsLower(c) macro ((c) >= 'a' && (c) <= 'z')
But when I comment the lines where I subtract the -0x20 from the char value, I see that it generates a file with the correct name and when I open it, it doesn't let me and I have to format the SD because it doesn't let me open the file. The SD formatting is FAT32. I would like to know how to solve this.
Best regards,
Pedro




