FATFS f_open returns invalid file name
Hi all
I'm reading wave files from sd-card using FATFS library. So far everything is working fine but if I want to open any file whose name contains any number for e.g.
8BitAudio.wav, Audio8Bit.wav etc (here the number is 8)
the f_open function returns me invalid file name. Is it a common thing that f_open doesn't like numbers in a file name or do I have to configure something in the FATFS middleware (.ioc file) to solve this problem.
Thanks
