USB MSD external flash memory

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

USB MSD external flash memory

跳至解决方案
521 次查看
rd1
Contributor II

Hello, i'm developing using the board LPCXpresso55s69

I was looking at the usb_msc_ramdisk example and i was wondering if it was possible to open an external flash memory connected to the micro through a SPI interface instead of the internal micro memory.

Is it possible? Cause i can't find the exact point in the example to change for switching to the external memory

标签 (3)
0 项奖励
1 解答
494 次查看
diego_charles
NXP TechSupport
NXP TechSupport

Hi @rd1 

I hope you are doing well!

If I understand properly in your application you require to  storage from a non-volatile memory (external flash) , instead of using the SRAM of the LPC55.

You could take a look at the  USB_DeviceMscCallback  , this function handles the  read and write events for this class. 

It may also be useful to take a look  an example like the dev_msc_sdcard_bm that  implements  an  SD memory as a reference. 

 

在原帖中查看解决方案

0 项奖励
1 回复
495 次查看
diego_charles
NXP TechSupport
NXP TechSupport

Hi @rd1 

I hope you are doing well!

If I understand properly in your application you require to  storage from a non-volatile memory (external flash) , instead of using the SRAM of the LPC55.

You could take a look at the  USB_DeviceMscCallback  , this function handles the  read and write events for this class. 

It may also be useful to take a look  an example like the dev_msc_sdcard_bm that  implements  an  SD memory as a reference. 

 

0 项奖励