USB MSD external flash memory

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

USB MSD external flash memory

ソリューションへジャンプ
721件の閲覧回数
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 解決策
694件の閲覧回数
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 返信
695件の閲覧回数
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 件の賞賛
返信