I want to use MMC card interface in keil 5.31 for LPC1768 MCU .
For this In the manage run time environment I selected MCI driver but there is no lpc17xx MCI driver to select and only custom option is selectable .
I select the custom option and compile the program but there is an error that symbol Driver_MCI0 is not defined
So I want to know is it possible is to use cmcis mci driver for lpc1768 ?
Is any MCI driver for LPC1768 available to use in cmcis ?
The LPC1768 does not have an MCI peripheral.
If you like to use an SD card on this device it can only be driven in SPI mode.
Related:
https://www.keil.com/boards2/keil/mcb1700/
https://www.keil.com/pack/doc/CMSIS/Driver/html/group__spi__interface__gr.html
Your answer is very clear and helpful. Done the job for me.