Keil MCB1700

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Keil MCB1700

948 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by jeffbelz on Mon Mar 25 13:38:55 MST 2013
I have a MCB1700 development board and I was successful to download the Example_MassStorageDevice.  This example does not go to the SD_card. How do I modify the program or is there another example that does write to the microSD.
标签 (1)
0 项奖励
回复
1 回复

895 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by tuong on Mon Mar 25 20:36:59 MST 2013
Hi,

There is MassStorageDevice example that accesses SD card in LPCOpen package, but it can only run on LPC18xx\43xx boards (Hitex, NGX Xplorer, Keil MCB), you may take reference from it! Basically, in SCSI_Command_ReadWrite_10() function, instead of read\write to disk_image, you put your SD card read\write functions.

With best regards,