We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I just want to report you an error in the LPC313x Common Driver Library (CDL), V0.03 (Apr 3, 2009) archive.
The problem is for multiple block write on MCI port, in the file lpc_sdmmc.h (in software\\lpc\\include) I think their is a mistake :
One can find :
#define CMD_WRITE_MULTIPLE CMD(MMC_WRITE_BLOCK,1) | CMD_BIT_DATA | CMD_BIT_WRITE | CMD_BIT_AUTO_STOP
I think it should be :
#define CMD_WRITE_MULTIPLE CMD(MMC_WRITE_MULTIPLE_BLOCK,1) | CMD_BIT_DATA | CMD_BIT_WRITE | CMD_BIT_AUTO_STOP
Yes it is a NXP product, I notify them also.