6 years, 4 months ago.

X-NUCLEO CCA01M1 + FATFS on F401RE

Hi, I want to use FATFS library in addition to X-NUCLEO CCA01M1 library provided by ST in order to play an audio track taken from an USB key or SD card. I try to combine these libraries but several problems in FATFileSystem come up compiling the program. For USB I used this: https://os.mbed.com/users/va009039/code/F401RE-USBHost/ For X-NUCLEO CCA01M1 I used this: https://os.mbed.com/components/X-NUCLEO-CCA01M1/ This is one of the errors occured:

Error: Member "mbed::FileBase::_name" (declared at <a href="#" onmousedown="mbed_doc_goto('/CCA01M_usbextras/mbed_4eea097334d6/drivers/FileBase.h', '55'); return false;">/extras/mbed_4eea097334d6/drivers/FileBase.h:55</a>) is inaccessible in "F401RE-USBHost/FATFileSystem/FATFileSystem.cpp", Line: 51, Col: 69

All errors are about FATFileSystem Thanks for all the answers. Best regards

Be the first to answer this question.