Keil MCB1700

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Keil MCB1700

475件の閲覧回数
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 返信

422件の閲覧回数
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,