Hi ALL,
Currently I am using the LPC1768 (NGX Technology Combo Board) using Keil MDK473 and I am testing the example code from Keil "MCB1700_SD_File" to test SDHC card. While I build the code I got the below mentioned error. Could you please tell me how to resolve the issue.
C:\Keil\ARM\RV31\INC\File_lib.c(51): error: #35: #error directive: all drives disabled in configuration
SO enable some drives in the configuration, then!
In File_Config.c -> Configuration Wizard -> Memory Card Drive is selected, then i build the application even though I am getting the same error as mentioned above.
I am using the 8GB SDHC card.
Well my intention is I would like to (Flash File system FAT) I would like to write a file (.txt) in SDHC card. Could you please help me.
Have you looked at line 51 in the file C:\Keil\ARM\RV31\INC\File_lib.c to see what condition actually causes that error?
What does the Documentation tell you?