MSDK adaptation configuration - ffconf.h

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

MSDK adaptation configuration - ffconf.h

ソリューションへジャンプ
631件の閲覧回数
Alberto_isorna
Contributor II

Hello, 

  1. Could you explain me what are the behaviours of different configurations of MSDK bellow?
  2. Are they exclusive or I could define several? Is there any documentation about this?
  3. My program uses the SDRAM but reads some data from the SDCARD, what value should I put?

/*---------------------------------------------------------------------------/
/ MSDK adaptation configuration
/---------------------------------------------------------------------------*/
#define RAM_DISK_ENABLE
/* Available options are:
/ RAM_DISK_ENABLE
/ USB_DISK_ENABLE
/ SD_DISK_ENABLE
/ MMC_DISK_ENABLE
/ SDSPI_DISK_ENABLE
/ NAND_DISK_ENABLE */

Best regards,

Alberto.

ラベル(1)
0 件の賞賛
1 解決策
609件の閲覧回数
FelipeGarcia
NXP Employee
NXP Employee

Hi Alberto,

This defines are the different physical drives you can mount depending on your configuration. You should only select one of them as this will be selected when the file system functions are used. With your configuration you should enable SD_DISK_ENABLE.

Best regards,

Felipe

元の投稿で解決策を見る

0 件の賞賛
1 返信
610件の閲覧回数
FelipeGarcia
NXP Employee
NXP Employee

Hi Alberto,

This defines are the different physical drives you can mount depending on your configuration. You should only select one of them as this will be selected when the file system functions are used. With your configuration you should enable SD_DISK_ENABLE.

Best regards,

Felipe

0 件の賞賛