Keil MCB1700

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Keil MCB1700

468 Views
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.
Labels (1)
0 Kudos
1 Reply

415 Views
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,