This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LPC1768 (NGX Technology Combo Board)

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

C:\Keil\ARM\RV31\INC\File_lib.c(51): error: #35: #error directive: all drives disabled in configuration

Parents
  • 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.

Reply
  • 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.

Children